misc: Remove strtod tests
Due to the interesting properties of floating points, the strtod tests have been removed. One day I may bother enabling them again.
This commit is contained in:
parent
e564ddcb01
commit
100afbc149
@ -227,9 +227,10 @@ ps_pscommand_SOURCES = \
|
|||||||
lib/fileutils.c
|
lib/fileutils.c
|
||||||
|
|
||||||
# Test programs not used by dejagnu but run directly
|
# Test programs not used by dejagnu but run directly
|
||||||
TESTS = \
|
# Remove strtod tests due to fp inequality
|
||||||
lib/test_strtod_nol
|
#TESTS = \
|
||||||
check_PROGRAMS = $(TESTS)
|
# lib/test_strtod_nol
|
||||||
|
#check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
# Test programs required for dejagnu
|
# Test programs required for dejagnu
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user