Tests for Unicode character classification functions.
[pspp] / modules / unictype / category-and-not-tests
1 Files:
2 tests/unictype/test-categ_and_not.c
3
4 Depends-on:
5 unictype/category-or
6 unictype/category-test
7
8 configure.ac:
9
10 Makefile.am:
11 TESTS += test-categ_and_not
12 check_PROGRAMS += test-categ_and_not
13 test_categ_and_not_SOURCES = unictype/test-categ_and_not.c
14