Our current tests do not invoke hstor_keys at all, and so they did not catch
a crash with double free in append_qparam.
Add a very basic test which at least calls hstor_keys to verify that it
does not crash right away. This test does not excercise complex modes
such as S3 paging, but better this than nothing.
Signed-off-by: Pete Zaitcev<zaitcev@xxxxxxxxxx>
---
test/Makefile.am | 4 +
test/list-keys.c | 102 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+), 1 deletion(-)