mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -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 | ||
gtest-path-utilities.cpp | ||
test-gnc-glib-utils.c | ||
test-resolve-file-path.c | ||
test-userdata-dir-invalid-home.c | ||
test-userdata-dir.c |