Sébastien Helleu
|
dda1a66fd7
|
tests: add tests of arraylist functions
|
2014-09-01 11:51:04 +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
|
99b7aa9d27
|
tests: fix memory leaks
|
2014-08-14 19:13:32 +02:00 |
|
Sébastien Helleu
|
9177e02f1a
|
tests: add -v option for command "tests" to increase verbosity (CMake)
|
2014-07-22 21:04:59 +02:00 |
|
Sébastien Helleu
|
2eebb817fd
|
tests: fix compilation of tests
|
2014-07-21 21:18:57 +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 |
|