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:
Craig Small 2016-07-11 09:25:43 +10:00
parent e564ddcb01
commit 100afbc149

View File

@ -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 = \