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
/
mbsrchr-tests
blob
d104196256c573aee28d060e4a7c7f0fc94aecee
1
Files:
2
tests/test-mbsrchr.sh
3
tests/test-mbsrchr.c
4
tests/macros.h
5
m4/locale-zh.m4
6
m4/codeset.m4
7
8
Depends-on:
9
setlocale
10
11
configure.ac:
12
gt_LOCALE_ZH_CN
13
14
Makefile.am:
15
TESTS += test-mbsrchr.sh
16
TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
17
check_PROGRAMS += test-mbsrchr
18
test_mbsrchr_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)