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