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