27 lines
482 B
Plaintext
27 lines
482 B
Plaintext
Files:
|
|
tests/test-dfa-match.sh
|
|
tests/test-dfa-match-aux.c
|
|
tests/test-dfa-invalid-char-class.sh
|
|
tests/test-dfa-invalid-merge.sh
|
|
|
|
Depends-on:
|
|
binary-io
|
|
stdio
|
|
stdlib
|
|
string
|
|
unistd
|
|
regex
|
|
setlocale
|
|
test-framework-sh
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-dfa-invalid-char-class.sh \
|
|
test-dfa-invalid-merge.sh \
|
|
test-dfa-match.sh
|
|
|
|
check_PROGRAMS += test-dfa-match-aux
|
|
test_dfa_match_aux_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
|