summaryrefslogtreecommitdiff
path: root/gnulib/modules/unigbrk/ulc-grapheme-breaks-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unigbrk/ulc-grapheme-breaks-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/unigbrk/ulc-grapheme-breaks-tests19
2 files changed, 19 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unigbrk/ulc-grapheme-breaks-tests b/gnulib/modules/unigbrk/ulc-grapheme-breaks-tests
new file mode 100644
index 0000000..187e26f
--- /dev/null
+++ b/gnulib/modules/unigbrk/ulc-grapheme-breaks-tests
@@ -0,0 +1,19 @@
+Files:
+tests/unigbrk/test-ulc-grapheme-breaks.sh
+tests/unigbrk/test-ulc-grapheme-breaks.c
+tests/macros.h
+m4/locale-ar.m4
+m4/codeset.m4
+
+Depends-on:
+setlocale
+
+configure.ac:
+gt_LOCALE_AR
+
+Makefile.am:
+TESTS += unigbrk/test-ulc-grapheme-breaks.sh
+TESTS_ENVIRONMENT += LOCALE_AR='@LOCALE_AR@'
+check_PROGRAMS += test-ulc-grapheme-breaks
+test_ulc_grapheme_breaks_SOURCES = unigbrk/test-ulc-grapheme-breaks.c
+test_ulc_grapheme_breaks_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@