diff modules/unictype/joiningtype-name-tests @ 14448:bf2cb4c080ec

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