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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
mbscasecmp-tests
blob
6894553a5e73ecf7a7bd2c2baf7035ef23bd1eef
1
Files:
2
tests/test-mbscasecmp.sh
3
tests/test-mbscasecmp.c
4
tests/macros.h
5
m4/locale-tr.m4
6
m4/codeset.m4
7
8
Depends-on:
9
setlocale
10
11
configure.ac:
12
gt_LOCALE_TR_UTF8
13
14
Makefile.am:
15
TESTS += test-mbscasecmp.sh
16
TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
17
check_PROGRAMS += test-mbscasecmp
18
test_mbscasecmp_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)