utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / mbspbrk-tests
blob83c40afae3b0112a3e5fa5c4b2693224beffe319
1 Files:
2 tests/test-mbspbrk.sh
3 tests/test-mbspbrk.c
4 tests/macros.h
5 m4/locale-en.m4
6 m4/locale-fr.m4
7 m4/codeset.m4
9 Depends-on:
10 setlocale
12 configure.ac:
13 gt_LOCALE_EN_UTF8
14 gt_LOCALE_FR_UTF8
16 Makefile.am:
17 TESTS += test-mbspbrk.sh
18 TESTS_ENVIRONMENT += \
19   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
20   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
21 check_PROGRAMS += test-mbspbrk
22 test_mbspbrk_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)