ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / mbsncasecmp-tests
bloba18fc3b2716c8ec077c3e0b1d8609916cc7c3dc1
1 Files:
2 tests/test-mbsncasecmp.sh
3 tests/test-mbsncasecmp.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-mbsncasecmp.sh
16 TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
17 check_PROGRAMS += test-mbsncasecmp
18 test_mbsncasecmp_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)