gnucash/libgnucash/core-utils/test
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
gtest-path-utilities.cpp Store allocated temporaries in a variable so they can be freed 2023-04-29 11:51:43 -07:00
test-gnc-glib-utils.c Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
test-resolve-file-path.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-userdata-dir-invalid-home.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
test-userdata-dir.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00