mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-25 10:57:56 +00:00
a71158abf5
* 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.
16 lines
280 B
Plaintext
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
|