[glib: 2/3] Move unicode-normalize test from tests/ to glib/tests/
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] Move unicode-normalize test from tests/ to glib/tests/
- Date: Fri, 8 Apr 2022 10:54:58 +0000 (UTC)
commit b25eb3808d0d75300cf6e9738ff45129ade5201e
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Fri Apr 8 11:27:13 2022 +0200
Move unicode-normalize test from tests/ to glib/tests/
Helps issue #1434
{tests => glib/tests}/NormalizationTest.txt | 0
glib/tests/meson.build | 1 +
{tests => glib/tests}/unicode-normalize.c | 0
tests/meson.build | 1 -
4 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/NormalizationTest.txt b/glib/tests/NormalizationTest.txt
similarity index 100%
rename from tests/NormalizationTest.txt
rename to glib/tests/NormalizationTest.txt
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 698d078d60..1f51b16665 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -125,6 +125,7 @@ glib_tests = {
'utils' : {},
'unicode' : {},
'unicode-encoding' : {},
+ 'unicode-normalize': {},
'uri' : {},
'1bit-mutex' : {},
'1bit-emufutex' : {
diff --git a/tests/unicode-normalize.c b/glib/tests/unicode-normalize.c
similarity index 100%
rename from tests/unicode-normalize.c
rename to glib/tests/unicode-normalize.c
diff --git a/tests/meson.build b/tests/meson.build
index 3d808e3ad9..25b9f1f6ca 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -38,7 +38,6 @@ tests = {
'source': 'module-test.c',
'c_args': ['-DMODULE_TYPE="plugin"'],
},
- 'unicode-normalize': {},
}
test_extra_programs = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]