md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / unictype / category-and-not-tests
1 Files:
2 tests/unictype/test-categ_and_not.c
3 tests/macros.h
4
5 Depends-on:
6 unictype/category-or
7 unictype/category-test
8 unictype/category-L
9 unictype/category-N
10 unictype/category-Lu
11 unictype/category-Nd
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS += test-categ_and_not
17 check_PROGRAMS += test-categ_and_not
18 test_categ_and_not_SOURCES = unictype/test-categ_and_not.c
19 test_categ_and_not_LDADD = $(LDADD) $(LIBUNISTRING)