Nikos Tsipinakis
|
f34b846041
|
Fix memory leaks in the unit tests
Making valgrind complain less should help finding actual memory leaks in
the long run.
|
2017-01-29 15:32:36 +02:00 |
|
Nikos Tsipinakis
|
9333d68656
|
Use the suite_ prefix for test suites
|
2016-12-03 19:19:10 +02:00 |
|
Nikos Tsipinakis
|
256440b25a
|
Implement tests for most of the util functions
Also improved the implementation of the test_string_replace_char test.
|
2016-11-22 18:47:38 +02:00 |
|
Nikos Tsipinakis
|
d441e950d8
|
Implement test target and add the first test
make test will now compile the tests to test/test.
The first test, testing string_replace_char from utils.c, was added.
|
2016-11-19 12:26:00 +02:00 |
|