utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / c-vsnprintf-tests
blob1bdd2d5246676c7163889dd792dc17cd26500268
1 Files:
2 tests/test-c-vsnprintf.c
3 tests/test-c-vsnprintf.sh
4 m4/locale-fr.m4
5 m4/codeset.m4
6 tests/macros.h
8 Depends-on:
9 setlocale
10 snprintf
12 configure.ac:
13 gt_LOCALE_FR
15 Makefile.am:
16 TESTS += test-c-vsnprintf.sh
17 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
18 check_PROGRAMS += test-c-vsnprintf
19 test_c_vsnprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)