[glib: 4/5] Move test files on slices from tests/ to glib/tests/
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 4/5] Move test files on slices from tests/ to glib/tests/
- Date: Tue, 22 Mar 2022 12:22:58 +0000 (UTC)
commit 5931ed8c2b417f337f3bc356f0d42fa60bb03d17
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Sun Mar 20 23:33:17 2022 +0100
Move test files on slices from tests/ to glib/tests/
slice-color.c and slice-concurrent.c are moved from tests/ to glib/tests/
Related to issue #1434
glib/tests/meson.build | 4 ++++
{tests => glib/tests}/slice-color.c | 0
{tests => glib/tests}/slice-concurrent.c | 0
tests/meson.build | 4 ----
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index d05c0b5c4a..301158e0fb 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -98,6 +98,10 @@ glib_tests = {
},
'shell' : {},
'slice' : {},
+ 'slice-color' : {
+ 'extra_sources' : ['memchunks.c'],
+ },
+ 'slice-concurrent' : {},
'slist' : {},
'sort' : {},
'spawn-multithreaded' : {},
diff --git a/tests/slice-color.c b/glib/tests/slice-color.c
similarity index 100%
rename from tests/slice-color.c
rename to glib/tests/slice-color.c
diff --git a/tests/slice-concurrent.c b/glib/tests/slice-concurrent.c
similarity index 100%
rename from tests/slice-concurrent.c
rename to glib/tests/slice-concurrent.c
diff --git a/tests/meson.build b/tests/meson.build
index 091f77ac55..c95fa1d002 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -20,10 +20,6 @@ tests = {
'mainloop-test' : {},
'mapping-test' : {},
'onceinit' : {},
- 'slice-color' : {
- 'extra_sources' : ['memchunks.c'],
- },
- 'slice-concurrent' : {},
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]