diff options
| author | Bruno Haible <bruno@clisp.org> | 2009-03-06 19:27:02 +0100 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-03-06 19:27:02 +0100 |
| commit | 0aeacfbbc772ef589c713039cf8ee2ab40595b03 (patch) | |
| tree | 8053b47c5a6a2a64c1fc1bc732e3b03c1faa9a61 /modules/uninorm | |
| parent | e5492d74d7b1b6c707de71511eac1bb33025a610 (diff) | |
| download | gnulib-0aeacfbbc772ef589c713039cf8ee2ab40595b03.tar.gz | |
Tests for module 'uninorm/u32-normcmp'.
Diffstat (limited to 'modules/uninorm')
| -rw-r--r-- | modules/uninorm/u32-normcmp-tests | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/uninorm/u32-normcmp-tests b/modules/uninorm/u32-normcmp-tests new file mode 100644 index 0000000000..e62bf7de4a --- /dev/null +++ b/modules/uninorm/u32-normcmp-tests @@ -0,0 +1,14 @@ +Files: +tests/uninorm/test-u32-normcmp.c + +Depends-on: +uninorm/u32-normcmp +uninorm/nfd + +configure.ac: + +Makefile.am: +TESTS += test-u32-normcmp +check_PROGRAMS += test-u32-normcmp +test_u32_normcmp_SOURCES = uninorm/test-u32-normcmp.c + |
