1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/duplocale-tests
Kevin Cernekee 52f74ee1b4 duplocale: Fix Android build of duplocale-tests
* modules/duplocale-tests (Depends-on): Add langinfo, as the header
is included by test-duplocale.c (but not by duplocale.c).
* modules/duplocale-tests (configure.ac): Check for monetary.h.
* tests/test-duplocale.c: Skip test if monetary.h is absent.
* doc/posix-headers/monetary.texi: Add Android to the list of
platforms missing monetary.h.
2015-02-11 15:47:46 -08:00

16 lines
235 B
Plaintext

Files:
tests/test-duplocale.c
tests/signature.h
tests/macros.h
Depends-on:
langinfo
configure.ac:
AC_CHECK_FUNCS_ONCE([duplocale])
AC_CHECK_HEADERS([monetary.h])
Makefile.am:
TESTS += test-duplocale
check_PROGRAMS += test-duplocale