[glib: 2/3] Move tests/type-test.c to glib/tests/types.c
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] Move tests/type-test.c to glib/tests/types.c
- Date: Fri, 4 Mar 2022 18:39:41 +0000 (UTC)
commit 208dfe9ddc86cae12f360a19550583b77a5250a6
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Wed Feb 23 23:48:27 2022 +0100
Move tests/type-test.c to glib/tests/types.c
Helps issue #1434
glib/tests/meson.build | 1 +
tests/type-test.c => glib/tests/types.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 9150f3f44..88e238757 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -106,6 +106,7 @@ glib_tests = {
'timeout' : {},
'timer' : {},
'tree' : {},
+ 'types' : {},
'utf8-performance' : {},
'utf8-pointer' : {},
'utf8-validate' : {},
diff --git a/tests/type-test.c b/glib/tests/types.c
similarity index 100%
rename from tests/type-test.c
rename to glib/tests/types.c
diff --git a/tests/meson.build b/tests/meson.build
index 190f3a2e1..5ff99a4a8 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -28,7 +28,6 @@ tests = {
'spawn-test' : {},
'thread-test' : {},
'threadpool-test' : {'suite' : ['slow']},
- 'type-test' : {},
'unicode-encoding' : {},
'module-test-library' : {
'dependencies' : [libgmodule_dep],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]