errno-h: document Haiku errors can’t be -1
[gnulib.git] / modules / nstrftime-tests
blobb5c6ac2fa50a087978510a2effa5c54eb8d7b173
1 Files:
2 tests/test-nstrftime-1.sh
3 tests/test-nstrftime-2.sh
4 tests/test-nstrftime.c
5 tests/test-nstrftime.h
6 tests/macros.h
7 m4/locale-fr.m4
8 m4/codeset.m4
9 m4/musl.m4
11 Depends-on:
12 atoll
13 c99
14 intprops
15 setlocale
16 strerror
18 configure.ac:
19 gt_LOCALE_FR
20 gt_LOCALE_FR_UTF8
21 gl_MUSL_LIBC
23 Makefile.am:
24 TESTS += test-nstrftime-1.sh test-nstrftime-2.sh
25 TESTS_ENVIRONMENT += \
26   LOCALE_FR='@LOCALE_FR@' \
27   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
28 check_PROGRAMS += test-nstrftime
29 test_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB)