dprintf-posix, fprintf-posix: Avoid test failures with ASAN.
[gnulib.git] / modules / duplocale-tests
blob77295bb38a19a71feb5a49ac33027afbedf170d5
1 Files:
2 tests/test-duplocale.c
3 tests/signature.h
4 tests/macros.h
5 m4/intl-thread-locale.m4
7 Depends-on:
8 langinfo
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([strfmon_l snprintf_l])
12 gl_CHECK_FUNCS_ANDROID([duplocale], [[#include <locale.h>]])
13 gl_CHECK_FUNCS_ANDROID([nl_langinfo_l], [[#include <langinfo.h>]])
14 AC_CHECK_HEADERS_ONCE([monetary.h])
15 gt_FUNC_USELOCALE
17 Makefile.am:
18 TESTS += test-duplocale
19 check_PROGRAMS += test-duplocale
20 test_duplocale_LDADD = $(LDADD) $(SETLOCALE_LIB) @DUPLOCALE_LIB@