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:
		@@ -227,9 +227,10 @@ ps_pscommand_SOURCES =  \
 | 
			
		||||
	lib/fileutils.c
 | 
			
		||||
 | 
			
		||||
# Test programs not used by dejagnu but run directly
 | 
			
		||||
TESTS = \
 | 
			
		||||
	lib/test_strtod_nol
 | 
			
		||||
check_PROGRAMS = $(TESTS)
 | 
			
		||||
# Remove strtod tests due to fp inequality
 | 
			
		||||
#TESTS = \
 | 
			
		||||
#	lib/test_strtod_nol
 | 
			
		||||
#check_PROGRAMS = $(TESTS)
 | 
			
		||||
 | 
			
		||||
# Test programs required for dejagnu
 | 
			
		||||
noinst_PROGRAMS = \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user