unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / mbspcasecmp-tests
blobe82a37eb23dde0b6b68675991b8366f3c66fb5dc
1 Files:
2 tests/test-mbspcasecmp.sh
3 tests/test-mbspcasecmp.c
4 tests/macros.h
5 m4/locale-tr.m4
6 m4/codeset.m4
8 Depends-on:
9 setlocale
11 configure.ac:
12 gt_LOCALE_TR_UTF8
14 Makefile.am:
15 TESTS += test-mbspcasecmp.sh
16 TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
17 check_PROGRAMS += test-mbspcasecmp
18 test_mbspcasecmp_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)