Add test infrastructure
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 19 Aug 2013 21:22:51 +0000 (23:22 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 19 Aug 2013 21:22:51 +0000 (23:22 +0200)
commit509b4fff8d7995cfceafb1b5ed9dd3cc2e6e5b71
tree639c126234b33c76aa65dcf6a0b1d5dfa0f2f576
parentd2f34e401081e14248e7356ab484f48babe399b3
Add test infrastructure

Add "make check" test suite and some initial hashtable dummy tests. More
comprehensive tests can be added later.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
.gitignore
Makefile.am
configure.ac
test/test_common.h [new file with mode: 0644]
test/test_hashtable.c [new file with mode: 0644]