Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/strtof-tests
T

33 lines
579 B
Plaintext

Files:
tests/test-strtof.c
tests/test-strtof.h
tests/test-strtof1.sh
tests/test-strtof1.c
tests/signature.h
tests/minus-zero.h
tests/macros.h
m4/locale-fr.m4
m4/codeset.m4
Depends-on:
float
isnanf-nolibm
signbit
setlocale
configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-strtof
check_PROGRAMS += test-strtof
TESTS += test-strtof1.sh
TESTS_ENVIRONMENT += \
LOCALE_FR='@LOCALE_FR@' \
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
LC_NUMERIC_IMPLEMENTED='@LC_NUMERIC_IMPLEMENTED@'
check_PROGRAMS += test-strtof1
test_strtof1_LDADD = $(LDADD) $(SETLOCALE_LIB)