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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
mbscspn-tests
blob
effac53d1667bb0a5b61553820cbeb028484a243
1
Files:
2
tests/test-mbscspn.sh
3
tests/test-mbscspn.c
4
tests/macros.h
5
m4/locale-fr.m4
6
m4/codeset.m4
7
8
Depends-on:
9
setlocale
10
11
configure.ac:
12
gt_LOCALE_FR_UTF8
13
14
Makefile.am:
15
TESTS += test-mbscspn.sh
16
TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
17
check_PROGRAMS += test-mbscspn
18
test_mbscspn_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)