mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* 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.
34 lines
604 B
Plaintext
34 lines
604 B
Plaintext
Files:
|
|
tests/test-strtold.c
|
|
tests/test-strtold.h
|
|
tests/test-strtold1.sh
|
|
tests/test-strtold1.c
|
|
tests/signature.h
|
|
tests/minus-zero.h
|
|
tests/macros.h
|
|
m4/locale-fr.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
float-h
|
|
isnanl-nolibm
|
|
signbit-no-c++
|
|
setlocale
|
|
strnul
|
|
|
|
configure.ac:
|
|
gt_LOCALE_FR
|
|
gt_LOCALE_FR_UTF8
|
|
|
|
Makefile.am:
|
|
TESTS += test-strtold
|
|
check_PROGRAMS += test-strtold
|
|
|
|
TESTS += test-strtold1.sh
|
|
TESTS_ENVIRONMENT += \
|
|
LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LC_NUMERIC_IMPLEMENTED='@LC_NUMERIC_IMPLEMENTED@'
|
|
check_PROGRAMS += test-strtold1
|
|
test_strtold1_LDADD = $(LDADD) $(SETLOCALE_LIB)
|