summaryrefslogtreecommitdiff
path: root/gnulib/modules/uniwbrk/ulc-wordbreaks-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uniwbrk/ulc-wordbreaks-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/uniwbrk/ulc-wordbreaks-tests20
2 files changed, 20 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/uniwbrk/ulc-wordbreaks-tests b/gnulib/modules/uniwbrk/ulc-wordbreaks-tests
new file mode 100644
index 0000000..19f1ee6
--- /dev/null
+++ b/gnulib/modules/uniwbrk/ulc-wordbreaks-tests
@@ -0,0 +1,20 @@
+Files:
+tests/uniwbrk/test-ulc-wordbreaks.sh
+tests/uniwbrk/test-ulc-wordbreaks.c
+tests/macros.h
+m4/locale-fr.m4
+m4/codeset.m4
+
+Depends-on:
+setlocale
+
+configure.ac:
+gt_LOCALE_FR
+
+Makefile.am:
+TESTS += uniwbrk/test-ulc-wordbreaks.sh
+TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
+check_PROGRAMS += test-ulc-wordbreaks
+test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c
+test_ulc_wordbreaks_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
+