unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / c-snprintf-tests
blob864c049254571f80b7f4013d601601adaa3fab96
1 Files:
2 tests/test-c-snprintf.c
3 tests/test-c-snprintf.sh
4 m4/locale-fr.m4
5 m4/codeset.m4
6 tests/macros.h
8 Depends-on:
9 setlocale
10 snprintf
12 configure.ac:
13 gt_LOCALE_FR
15 Makefile.am:
16 TESTS += test-c-snprintf.sh
17 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
18 check_PROGRAMS += test-c-snprintf
19 test_c_snprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)