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