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