repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
c-snprintf-tests
blob
231a4fdb66ebfe8b758907ad7d93f59ba4b2b39f
1
Files:
2
tests/test-c-snprintf.c
3
tests/test-c-snprintf.sh
4
m4/locale-fr.m4
5
tests/macros.h
6
7
Depends-on:
8
setlocale
9
snprintf
10
11
configure.ac:
12
gt_LOCALE_FR
13
14
Makefile.am:
15
TESTS += test-c-snprintf.sh
16
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
17
check_PROGRAMS += test-c-snprintf
18
test_c_snprintf_LDADD = $(LDADD) $(LIB_SETLOCALE)