mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
tests: Add some trivial tests for g_thread_init()
It’s deprecated, but the big red 0/0/0 line for the `glib/gthread` directory in the lcov output for GLib is driving me nuts. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -36,3 +36,7 @@ pkg.generate(libgthread,
|
||||
|
||||
libgthread_dep = declare_dependency(link_with : libgthread)
|
||||
meson.override_dependency('gthread-2.0', libgthread_dep)
|
||||
|
||||
if build_tests
|
||||
subdir('tests')
|
||||
endif
|
||||
|
Reference in New Issue
Block a user