gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / mbschr-tests
blobef26e7336332c56e1b0c81347b622e2efe159ffa
1 Files:
2 tests/test-mbschr.sh
3 tests/test-mbschr.c
4 tests/macros.h
5 m4/locale-zh.m4
6 m4/codeset.m4
8 Depends-on:
9 setlocale
11 configure.ac:
12 gt_LOCALE_ZH_CN
14 Makefile.am:
15 TESTS += test-mbschr.sh
16 TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
17 check_PROGRAMS += test-mbschr
18 test_mbschr_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)