[glib: 2/3] Moving tests/mapping-test.c to glib/test/mapping.c




commit 3f085d1f4a24ff03268e6bb53ac481060ce18887
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Fri Apr 15 10:55:08 2022 +0200

    Moving tests/mapping-test.c to glib/test/mapping.c
    
    Helps issue #1434

 tests/mapping-test.c => glib/tests/mapping.c | 0
 glib/tests/meson.build                       | 1 +
 tests/meson.build                            | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/mapping-test.c b/glib/tests/mapping.c
similarity index 100%
rename from tests/mapping-test.c
rename to glib/tests/mapping.c
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index f2be776e59..07490a0793 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -52,6 +52,7 @@ glib_tests = {
   'macros' : {},
   'mainloop' : {},
   'mappedfile' : {},
+  'mapping' : {},
   'markup' : {},
   'markup-parse' : {},
   'markup-collect' : {},
diff --git a/tests/meson.build b/tests/meson.build
index 64e1556d1c..9c8821132b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -17,7 +17,6 @@ subdir('refcount')
 
 tests = {
   'gio-test' : {},
-  'mapping-test' : {},
   'slice-threadinit' : {
     'dependencies' : [libgthread_dep],
   },


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