[glib: 2/3] Move tests/onceinit.c to glib/tests/onceinit.c




commit 49ecdd1dbac24a8089e1c097fb72e70cba79a596
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Mon Apr 11 13:35:19 2022 +0200

    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(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 7cfb5bfc46..40a75debb4 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 1c0b6615e8..3290ffa6f8 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],
   },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]