utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / btoc32-tests
blobe29abca523658b03e76d9afc86f349c5dae8d3e1
1 Files:
2 tests/test-btoc32-1.sh
3 tests/test-btoc32-2.sh
4 tests/test-btoc32-3.sh
5 tests/test-btoc32.c
6 tests/signature.h
7 tests/macros.h
8 m4/locale-en.m4
9 m4/locale-fr.m4
10 m4/codeset.m4
12 Depends-on:
13 setlocale
15 configure.ac:
16 gt_LOCALE_EN_UTF8
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
20 Makefile.am:
21 TESTS += test-btoc32-1.sh test-btoc32-2.sh test-btoc32-3.sh
22 TESTS_ENVIRONMENT += \
23   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
24   LOCALE_FR='@LOCALE_FR@' \
25   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
26 check_PROGRAMS += test-btoc32
27 test_btoc32_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(LIBC32CONV)