gnucash/common/test-core
Richard Cohen 66c5e398ae Change g_assert() -> g_assert_true() in tests
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 8acbc41c6 so
g_assert_true can be restored.
2023-07-16 10:09:12 -07:00
..
CMakeLists.txt Import GLIB2 as a target, and use it to simplify the CMakeLists 2023-02-21 12:59:42 +00:00
test-stuff.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-stuff.h Fix various typos 2022-04-08 14:12:50 -04:00
unittest-support.c Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
unittest-support.h Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
unittest-support.i Python - remove 2.x only code paths 2019-10-02 12:35:25 +02:00
unittest-support.scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00