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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
btoc32-tests
blob
95900d59ba332e8f6b43e1edc93ef6de98528d32
1
Files:
2
tests/test-btoc32-1.sh
3
tests/test-btoc32-2.sh
4
tests/test-btoc32.c
5
tests/signature.h
6
tests/macros.h
7
m4/locale-fr.m4
8
m4/codeset.m4
9
10
Depends-on:
11
setlocale
12
13
configure.ac:
14
gt_LOCALE_FR
15
gt_LOCALE_FR_UTF8
16
17
Makefile.am:
18
TESTS += test-btoc32-1.sh test-btoc32-2.sh
19
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
20
check_PROGRAMS += test-btoc32
21
test_btoc32_LDADD = $(LDADD) $(LIB_SETLOCALE)