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
/
unicodeio-tests
blob
d771ff81f4d6af47a20fee3b4f69540d2c2fdc67
1
Files:
2
tests/test-unicodeio1.sh
3
tests/test-unicodeio2.sh
4
tests/test-unicodeio3.sh
5
tests/test-unicodeio.c
6
tests/macros.h
7
m4/locale-fr.m4
8
m4/locale-zh.m4
9
m4/codeset.m4
10
11
Depends-on:
12
setlocale
13
14
configure.ac:
15
gt_LOCALE_FR_UTF8
16
gt_LOCALE_ZH_CN
17
18
Makefile.am:
19
TESTS += test-unicodeio1.sh test-unicodeio2.sh test-unicodeio3.sh
20
check_PROGRAMS += test-unicodeio
21
test_unicodeio_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIBICONV)