From f2ed33f70b0e45621225e7f88e17724636d43035 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Mar 2009 17:01:42 +0100 Subject: Tests for module 'uninorm/u8-normcoll'. --- modules/uninorm/u8-normcoll-tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/uninorm/u8-normcoll-tests (limited to 'modules/uninorm') diff --git a/modules/uninorm/u8-normcoll-tests b/modules/uninorm/u8-normcoll-tests new file mode 100644 index 0000000000..31e33a42d2 --- /dev/null +++ b/modules/uninorm/u8-normcoll-tests @@ -0,0 +1,15 @@ +Files: +tests/uninorm/test-u8-normcoll.c +tests/uninorm/test-u8-normcmp.h + +Depends-on: +uninorm/nfc + +configure.ac: + +Makefile.am: +TESTS += test-u8-normcoll +check_PROGRAMS += test-u8-normcoll +test_u8_normcoll_SOURCES = uninorm/test-u8-normcoll.c +test_u8_normcoll_LDADD = $(LDADD) @LIBICONV@ + -- cgit v1.2.1