[glib: 8/10] Moving tests/refcount/ directory to gobject/tests/




commit 70401ae8c395461bcd6b205d019d339e5686788e
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Wed Mar 16 09:51:51 2022 +0100

    Moving tests/refcount/ directory to gobject/tests/
    
    Modified by Philip Withnall to omit the subdirectory and drop the
    `refcount` suite as both seem like unnecessary over-categorisation.
    
    Related to issue #1434

 gobject/tests/meson.build                          | 22 ++++++++
 .../objects.c => gobject/tests/objects-refcount1.c |  0
 .../tests/objects-refcount2.c                      |  0
 .../tests/properties-refcount1.c                   |  0
 .../tests/properties-refcount2.c                   |  0
 .../tests/properties-refcount3.c                   |  0
 .../tests/properties-refcount4.c                   |  0
 .../signals.c => gobject/tests/signals-refcount.c  |  0
 tests/meson.build                                  |  1 -
 tests/refcount/meson.build                         | 60 ----------------------
 10 files changed, 22 insertions(+), 61 deletions(-)
---
diff --git a/gobject/tests/meson.build b/gobject/tests/meson.build
index 8d568f00e7..2b860f344a 100644
--- a/gobject/tests/meson.build
+++ b/gobject/tests/meson.build
@@ -57,6 +57,28 @@ gobject_tests = {
   'signalgroup' : {},
   'testing' : {},
   'type-flags' : {},
+  'objects-refcount1' : {},
+  'objects-refcount2' : {'suite' : ['slow']},
+  'properties-refcount1' : {},
+  'properties-refcount2' : {'suite' : ['slow']},
+  'properties-refcount3' : {'suite' : ['slow']},
+  'properties-refcount4' : {},
+  'signals-refcount1' : {
+    'source' : 'signals-refcount.c',
+    'c_args' : ['-DTESTNUM=1'],
+  },
+  'signals-refcount2' : {
+    'source' : 'signals-refcount.c',
+    'c_args' : ['-DTESTNUM=2'],
+  },
+  'signals-refcount3' : {
+    'source' : 'signals-refcount.c',
+    'c_args' : ['-DTESTNUM=3'],
+  },
+  'signals-refcount4' : {
+    'source' : 'signals-refcount.c',
+    'c_args' : ['-DTESTNUM=4'],
+  },
 }
 
 if cc.get_id() != 'msvc'
diff --git a/tests/refcount/objects.c b/gobject/tests/objects-refcount1.c
similarity index 100%
rename from tests/refcount/objects.c
rename to gobject/tests/objects-refcount1.c
diff --git a/tests/refcount/objects2.c b/gobject/tests/objects-refcount2.c
similarity index 100%
rename from tests/refcount/objects2.c
rename to gobject/tests/objects-refcount2.c
diff --git a/tests/refcount/properties.c b/gobject/tests/properties-refcount1.c
similarity index 100%
rename from tests/refcount/properties.c
rename to gobject/tests/properties-refcount1.c
diff --git a/tests/refcount/properties2.c b/gobject/tests/properties-refcount2.c
similarity index 100%
rename from tests/refcount/properties2.c
rename to gobject/tests/properties-refcount2.c
diff --git a/tests/refcount/properties3.c b/gobject/tests/properties-refcount3.c
similarity index 100%
rename from tests/refcount/properties3.c
rename to gobject/tests/properties-refcount3.c
diff --git a/tests/refcount/properties4.c b/gobject/tests/properties-refcount4.c
similarity index 100%
rename from tests/refcount/properties4.c
rename to gobject/tests/properties-refcount4.c
diff --git a/tests/refcount/signals.c b/gobject/tests/signals-refcount.c
similarity index 100%
rename from tests/refcount/signals.c
rename to gobject/tests/signals-refcount.c
diff --git a/tests/meson.build b/tests/meson.build
index ea5b860136..7ebdc24a07 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -13,7 +13,6 @@ test_env.set('MALLOC_PERTURB_', '@0@'.format(random_number % 256))
 test_cargs = ['-DG_LOG_DOMAIN="GLib"', '-UG_DISABLE_ASSERT']
 
 subdir('gobject')
-subdir('refcount')
 
 test_extra_programs = {
   'assert-msg-test' : {},


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