sigsegv, c-stack tests: Avoid test failures with ASAN.
[gnulib.git] / modules / nstrftime-tests
blob24212a4f84dada4f26785bc17de2d3d88fdbc22d
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 strerror
17 configure.ac:
18 gt_LOCALE_FR
19 gt_LOCALE_FR_UTF8
20 gl_MUSL_LIBC
22 Makefile.am:
23 TESTS += test-nstrftime-1.sh test-nstrftime-2.sh
24 TESTS_ENVIRONMENT += \
25   LOCALE_FR='@LOCALE_FR@' \
26   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
27 check_PROGRAMS += test-nstrftime
28 test_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB)