From 49ecdd1dbac24a8089e1c097fb72e70cba79a596 Mon Sep 17 00:00:00 2001 From: Emmanuel Fleury Date: Mon, 11 Apr 2022 13:35:19 +0200 Subject: [PATCH] Move tests/onceinit.c to glib/tests/onceinit.c Related to issue #1434 --- glib/tests/meson.build | 1 + {tests => glib/tests}/onceinit.c | 0 tests/meson.build | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {tests => glib/tests}/onceinit.c (100%) diff --git a/glib/tests/meson.build b/glib/tests/meson.build index 7cfb5bfc4..40a75debb 100644 --- a/glib/tests/meson.build +++ b/glib/tests/meson.build @@ -65,6 +65,7 @@ glib_tests = { 'mutex' : {}, 'node' : {}, 'once' : {}, + 'onceinit' : {}, 'option-context' : {}, 'option-argv0' : {}, 'overflow' : {}, diff --git a/tests/onceinit.c b/glib/tests/onceinit.c similarity index 100% rename from tests/onceinit.c rename to glib/tests/onceinit.c diff --git a/tests/meson.build b/tests/meson.build index 1c0b6615e..3290ffa6f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -19,7 +19,6 @@ tests = { 'gio-test' : {}, 'mainloop-test' : {}, 'mapping-test' : {}, - 'onceinit' : {}, 'slice-threadinit' : { 'dependencies' : [libgthread_dep], },