20 lines
337 B
Plaintext
20 lines
337 B
Plaintext
Files:
|
|
tests/test-c-vasprintf.c
|
|
tests/test-c-vasprintf.sh
|
|
m4/locale-fr.m4
|
|
m4/codeset.m4
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
setlocale
|
|
snprintf
|
|
|
|
configure.ac:
|
|
gt_LOCALE_FR
|
|
|
|
Makefile.am:
|
|
TESTS += test-c-vasprintf.sh
|
|
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
|
|
check_PROGRAMS += test-c-vasprintf
|
|
test_c_vasprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)
|