Nikos Tsipinakis
|
d8d267e1f0
|
ASSERT_FALSE(expr == NULL) -> ASSERT(expr)
Simplify assert calls to improve code readability.
|
2017-02-23 20:45:09 +02:00 |
|
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
|
187d3f9ab9
|
Invalid boolean values should fall back to the default
Previously, an invalid value was always false
|
2016-12-15 19:13:08 +02:00 |
|
Nikos Tsipinakis
|
b9619a1460
|
Add option parser test suite
|
2016-12-03 19:33:40 +02:00 |
|