diff modules/unictype/joiningtype-byname-tests @ 14450:fdc55132bd6b

Tests for module 'unictype/joiningtype-byname'. * modules/unictype/joiningtype-byname-tests: New file. * tests/unictype/test-joiningtype_byname.c: New file.
author Bruno Haible <bruno@clisp.org>
date Mon, 21 Mar 2011 22:58:36 +0100
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/unictype/joiningtype-byname-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-joiningtype_byname.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-joiningtype_byname
+check_PROGRAMS += test-joiningtype_byname
+test_joiningtype_byname_SOURCES = unictype/test-joiningtype_byname.c
+test_joiningtype_byname_LDADD = $(LDADD) $(LIBUNISTRING)