mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
66c5e398ae
g_assert() can be compiled out, so should not be used for tests
g_assert_true was removed
to fis https://bugs.gnucash.org/show_bug.cgi?id=792008 because
g_assert_true was introduced in glib-2.38 and at the time GnuCash required
only glib-2.26. GnuCash has required glib >= 2.40 since
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test-stuff.c | ||
test-stuff.h | ||
unittest-support.c | ||
unittest-support.h | ||
unittest-support.i | ||
unittest-support.scm |