1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-25 10:57:56 +00:00
Files
gnulib/modules/duplocale-tests
Bruno Haible a71158abf5 duplocale tests: Verify use with *_l functions.
* modules/duplocale-tests (configure.ac): Test for uselocale and
some *_l functions.
* tests/test-duplocale.c (test_with_uselocale): New function, extracted
from main.
(get_locale_dependent_values_from, test_with_locale_parameter): New
functions.
(main): Test both test_with_uselocale and test_with_locale_parameter.
2017-08-15 20:23:00 +02:00

16 lines
280 B
Plaintext

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