Move utf8 validation tests to the test framework
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jun 2010 01:16:24 +0000 (21:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jun 2010 01:16:24 +0000 (21:16 -0400)
glib/tests/Makefile.am
glib/tests/utf8-validate.c [moved from tests/utf8-validate.c with 100% similarity]
tests/Makefile.am

index 0e72e70..8c5097e 100644 (file)
@@ -74,6 +74,9 @@ collate_LDADD       = $(progs_ldadd)
 TEST_PROGS         += utf8-pointer
 utf8_pointer_LDADD       = $(progs_ldadd)
 
+TEST_PROGS         += utf8-validate
+utf8_validate_LDADD       = $(progs_ldadd)
+
 if OS_UNIX
 
 # some testing of gtester funcitonality
index 44afe95..967a88c 100644 (file)
@@ -125,7 +125,6 @@ test_programs =                                     \
        type-test                               \
        unicode-caseconv                        \
        unicode-encoding                        \
-       utf8-validate                           \
        uri-test
 
 test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh run-assert-msg-test.sh
@@ -189,8 +188,6 @@ type_test_LDADD = $(progs_ldadd)
 unicode_encoding_LDADD = $(progs_ldadd)
 unicode_caseconv_LDADD = $(progs_ldadd)
 unicode_collate_LDADD = $(progs_ldadd)
-utf8_validate_LDADD = $(progs_ldadd)
-utf8_pointer_LDADD = $(progs_ldadd)
 uri_test_LDADD = $(progs_ldadd)
 markup_collect_LDADD = $(progs_ldadd)