From 1bd08626c24664e17e9c8d77a3084adf5a119f3b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Mar 2009 11:26:01 +0100 Subject: Tests for module 'uninorm/decomposing-form'. --- modules/uninorm/decomposing-form-tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/uninorm/decomposing-form-tests (limited to 'modules/uninorm') diff --git a/modules/uninorm/decomposing-form-tests b/modules/uninorm/decomposing-form-tests new file mode 100644 index 0000000000..5c8536d5fd --- /dev/null +++ b/modules/uninorm/decomposing-form-tests @@ -0,0 +1,16 @@ +Files: +tests/uninorm/test-decomposing-form.c + +Depends-on: +uninorm/nfc +uninorm/nfd +uninorm/nfkc +uninorm/nfkd + +configure.ac: + +Makefile.am: +TESTS += test-decomposing-form +check_PROGRAMS += test-decomposing-form +test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c + -- cgit v1.2.1