strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u32-casefold-tests
1 Files:
2 tests/unicase/test-u32-casefold.c
3 tests/macros.h
4
5 Depends-on:
6 unistr/u32-cmp
7 uninorm/nfc
8 uninorm/nfd
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-u32-casefold
14 check_PROGRAMS += test-u32-casefold
15 test_u32_casefold_SOURCES = unicase/test-u32-casefold.c
16 test_u32_casefold_LDADD = $(LDADD) $(LIBUNISTRING)