Sébastien Helleu
|
5f98f20c94
|
tests: fix memory leak in hashtable tests
|
2014-10-16 20:46:31 +02:00 |
|
Sébastien Helleu
|
4c49113036
|
tests: add tests of hashtable functions
|
2014-09-03 07:38:46 +02:00 |
|
Sébastien Helleu
|
f39b37351c
|
tests: fix build of tests when the build directory is outside source tree (closes #178)
|
2014-08-25 07:38:38 +02:00 |
|
Sébastien Helleu
|
328eeee5e1
|
tests: add partial tests of functions hashtable_set*
|
2014-08-14 19:09:27 +02:00 |
|
Sébastien Helleu
|
2cc265f34e
|
tests: add tests of functions hashtable_hash_key_djb2 and hashtable_new
|
2014-08-04 07:41:24 +02:00 |
|
Sébastien Helleu
|
db9a8e7bc4
|
tests: add unit tests using CppUTest
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
|
2014-07-20 12:13:25 +02:00 |
|