From b25eb3808d0d75300cf6e9738ff45129ade5201e Mon Sep 17 00:00:00 2001 From: Emmanuel Fleury Date: Fri, 8 Apr 2022 11:27:13 +0200 Subject: [PATCH] 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(-) rename {tests => glib/tests}/NormalizationTest.txt (100%) rename {tests => glib/tests}/unicode-normalize.c (100%) 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 698d078d6..1f51b1666 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 3d808e3ad..25b9f1f6c 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 = {