[llvm-commits] [test-suite] r105405 - /test-suite/trunk/MultiSource/Applications/sqlite3/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jun 3 13:04:56 PDT 2010


Author: stoklund
Date: Thu Jun  3 15:04:56 2010
New Revision: 105405

URL: http://llvm.org/viewvc/llvm-project?rev=105405&view=rev
Log:
Use fpcomp for the sqlite test. There are floating point values in the output.

Modified:
    test-suite/trunk/MultiSource/Applications/sqlite3/Makefile

Modified: test-suite/trunk/MultiSource/Applications/sqlite3/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/Makefile?rev=105405&r1=105404&r2=105405&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/sqlite3/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/sqlite3/Makefile Thu Jun  3 15:04:56 2010
@@ -7,12 +7,11 @@
 LDFLAGS =
 STDIN_FILENAME = $(PROJ_SRC_DIR)/commands
 RUN_OPTIONS = :memory:
+FP_TOLERANCE = 1.0e-9
 
 include $(LEVEL)/Makefile.config
 
 include ../../Makefile.multisrc
-#compare debug output
-DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff "
 
 # the input files are generated from a tcl script
 # it needs to be generated before sqlite is run





More information about the llvm-commits mailing list