summaryrefslogtreecommitdiff
path: root/modules/mbschr-tests
blob: 5ba4550d70b6be931b309fa5da201c50cfcd1b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
tests/test-mbschr.sh
tests/test-mbschr.c
tests/macros.h
m4/locale-zh.m4
m4/codeset.m4

Depends-on:
setlocale

configure.ac:
gt_LOCALE_ZH_CN

Makefile.am:
TESTS += test-mbschr.sh
TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
check_PROGRAMS += test-mbschr
test_mbschr_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB)