Silence -Wunused-const-variable warnings in Gnulib code.
[gnulib.git] / modules / unistr / u8-cmp-tests
blobee426dc1d43f34911b19ebfcf423d72e9b87223f
1 Files:
2 tests/unistr/test-u8-cmp.c
3 tests/unistr/test-cmp.h
4 tests/zerosize-ptr.h
5 tests/macros.h
6 m4/mmap-anon.m4
8 Depends-on:
9 extensions
11 configure.ac:
12 gl_FUNC_MMAP_ANON
13 AC_CHECK_HEADERS_ONCE([sys/mman.h])
14 AC_CHECK_FUNCS_ONCE([mprotect])
16 Makefile.am:
17 TESTS += test-u8-cmp
18 check_PROGRAMS += test-u8-cmp
19 test_u8_cmp_SOURCES = unistr/test-u8-cmp.c
20 test_u8_cmp_LDADD = $(LDADD) $(LIBUNISTRING)