summaryrefslogtreecommitdiff
path: root/modules/unictype/category-and-not-tests
blob: ba1edb873f01bdbbf98db7538fc7b30c2583da1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/unictype/test-categ_and_not.c
tests/macros.h

Depends-on:
unictype/category-or
unictype/category-test
unictype/category-L
unictype/category-N
unictype/category-Lu
unictype/category-Nd

configure.ac:

Makefile.am:
TESTS += test-categ_and_not
check_PROGRAMS += test-categ_and_not
test_categ_and_not_SOURCES = unictype/test-categ_and_not.c
test_categ_and_not_LDADD = $(LDADD) $(LIBUNISTRING)