mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-c-vasnprintf.c: New file, based on tests/test-c-snprintf.c. * tests/test-c-vasnprintf.sh: New file, based on tests/test-c-snprintf.sh. * modules/c-vasnprintf-tests: New file.
19 lines
333 B
Plaintext
19 lines
333 B
Plaintext
Files:
|
|
tests/test-c-vasnprintf.c
|
|
tests/test-c-vasnprintf.sh
|
|
tests/macros.h
|
|
m4/locale-fr.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
setlocale
|
|
|
|
configure.ac:
|
|
gt_LOCALE_FR
|
|
|
|
Makefile.am:
|
|
TESTS += test-c-vasnprintf.sh
|
|
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
|
|
check_PROGRAMS += test-c-vasnprintf
|
|
test_c_vasnprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)
|