mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
8947cd3972
* tests/test-dfa-match-aux.c (main): Use strnul. * tests/test-pthread-rwlock-waitqueue.c (reader_func, writer_func): Likewise. * tests/test-strtold.h (test_function): Likewise. * tests/test-xstrtold.c (main): Likewise. * modules/dfa-tests (Depends-on): Add strnul. * modules/pthread-rwlock-extra-tests (Depends-on): Likewise. * modules/c-strtold-tests (Depends-on): Likewise. * modules/strtold-tests (Depends-on): Likewise. * modules/xstrtold-tests (Depends-on): Likewise.
28 lines
497 B
Plaintext
28 lines
497 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-h
|
|
stdlib-h
|
|
string-h
|
|
unistd-h
|
|
regex
|
|
setlocale
|
|
test-framework-sh
|
|
strnul
|
|
|
|
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)
|