summaryrefslogtreecommitdiff
path: root/modules/unigbrk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unigbrk')
-rw-r--r--modules/unigbrk/uc-gbrk-prop-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/unigbrk/uc-gbrk-prop-tests b/modules/unigbrk/uc-gbrk-prop-tests
new file mode 100644
index 0000000000..0180646e02
--- /dev/null
+++ b/modules/unigbrk/uc-gbrk-prop-tests
@@ -0,0 +1,14 @@
+Files:
+tests/unigbrk/test-uc-gbrk-prop.c
+tests/unigbrk/test-uc-gbrk-prop.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-uc-gbrk-prop
+check_PROGRAMS += test-uc-gbrk-prop
+test_uc_gbrk_prop_SOURCES = unigbrk/test-uc-gbrk-prop.c
+test_uc_gbrk_prop_LDADD = $(LDADD) $(LIBUNISTRING)