Files
flatpak/tests
Simon McVittie 9a28eafcc4 tests: Call g_test_init() before isolated_test_dir_global_setup()
g_test_init() is meant to be called before any other use of GTest APIs,
and isolated_test_dir_global_setup() can call g_test_message(). GLib
2.76 makes this more of a practical problem.

(isolated_test_dir_global_setup() is essentially a reimplementation of
G_TEST_OPTION_ISOLATE_DIRS, since we don't depend on GLib 2.60.)

Alternative to https://github.com/flatpak/flatpak/pull/5355.

Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit a058d9617f)
2023-11-14 21:26:46 +00:00
..
2016-02-25 15:27:37 +01:00
2019-12-17 14:55:13 +01:00
2016-02-25 19:03:09 +01:00
2020-03-20 15:37:10 +01:00
2022-08-22 19:48:10 -07:00