pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git] / modules / hard-locale-tests
blob7ed85754e5d109259b7f5f90dbe922fbef2ec58d
1 Files:
2 tests/test-hard-locale.c
3 tests/locale.c
4 m4/musl.m4
6 Depends-on:
8 configure.ac:
9 gl_MUSL_LIBC
10 dnl Distinguish OpenBSD >= 6.2 from OpenBSD < 6.2.
11 AC_CHECK_FUNCS_ONCE([duplocale])
13 Makefile.am:
14 TESTS += test-hard-locale
15 check_PROGRAMS += test-hard-locale
16 test_hard_locale_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIB_HARD_LOCALE@
17 # We cannot call this program 'locale', because the C++ compiler on Mac OS X
18 # would then barf upon '#include <locale>'. So, call it 'current-locale'.
19 noinst_PROGRAMS += current-locale
20 current_locale_SOURCES = locale.c