[glib: 2/3] Move tests/spawn-test.c -> glib/tests/spawn-test.c
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] Move tests/spawn-test.c -> glib/tests/spawn-test.c
- Date: Fri, 8 Apr 2022 10:38:37 +0000 (UTC)
commit 762ed2e82bf2331196e37a1837a9ef99b55f4e01
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Tue Mar 29 10:16:05 2022 +0200
Move tests/spawn-test.c -> glib/tests/spawn-test.c
Related to issue #1434
glib/tests/meson.build | 1 +
{tests => glib/tests}/spawn-test.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 698d078d60..462f022492 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -107,6 +107,7 @@ glib_tests = {
'spawn-multithreaded' : {},
'spawn-path-search' : {},
'spawn-singlethread' : {},
+ 'spawn-test' : {},
'strfuncs' : {},
'string' : {},
'strvbuilder' : {},
diff --git a/tests/spawn-test.c b/glib/tests/spawn-test.c
similarity index 100%
rename from tests/spawn-test.c
rename to glib/tests/spawn-test.c
diff --git a/tests/meson.build b/tests/meson.build
index 25b9f1f6ca..1c0b6615e8 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -23,7 +23,6 @@ tests = {
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
},
- 'spawn-test' : {},
'thread-test' : {},
'threadpool-test' : {'suite' : ['slow']},
'module-test-library' : {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]