summaryrefslogtreecommitdiff
path: root/modules/mbscspn-tests
blob: 3763e1ce3eef1546d406109ffc633a9b15f04c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
tests/test-mbscspn.sh
tests/test-mbscspn.c
tests/macros.h
m4/locale-fr.m4
m4/codeset.m4

Depends-on:
setlocale

configure.ac:
gt_LOCALE_FR_UTF8

Makefile.am:
TESTS += test-mbscspn.sh
TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-mbscspn
test_mbscspn_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB)