[llvm-commits] [test-suite] r124923 - in /test-suite/trunk: Makefile.programs Makefile.rules

Daniel Dunbar daniel at zuster.org
Fri Feb 4 17:13:57 PST 2011


Author: ddunbar
Date: Fri Feb  4 19:13:57 2011
New Revision: 124923

URL: http://llvm.org/viewvc/llvm-project?rev=124923&view=rev
Log:
test-suite: Allow fpcmp tool path to be specified.

Modified:
    test-suite/trunk/Makefile.programs
    test-suite/trunk/Makefile.rules

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=124923&r1=124922&r2=124923&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Feb  4 19:13:57 2011
@@ -69,7 +69,7 @@
 # loop on some inputs, which blocks testing some historical revisions. We can
 # remove this once we build our own test tools.
 DIFFPROG := $(PROGDIR)/RunToolSafely.sh 60 \
-  $(PROGDIR)/DiffOutput.sh "\"$(LLVMTOOLCURRENT)/fpcmp $(TOLERANCEOPT)\""
+  $(PROGDIR)/DiffOutput.sh "\"$(FPCMP) $(TOLERANCEOPT)\""
 
 # RUNTIMELIMIT - The number of seconds we should wait before certain events
 # timeout.  This is overridable on the commandline or in tests makefiles.

Modified: test-suite/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.rules?rev=124923&r1=124922&r2=124923&view=diff
==============================================================================
--- test-suite/trunk/Makefile.rules (original)
+++ test-suite/trunk/Makefile.rules Fri Feb  4 19:13:57 2011
@@ -317,6 +317,7 @@
 LPROF     = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
 LBUGPOINT = $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
 LFINDMISOPT= $(LLVM_SRC_ROOT)/utils/findmisopt
+FPCMP     = $(LLVMTOOLCURRENT)/fpcmp
 
 LCC := $(LLVMCC)
 LCXX := $(LLVMCXX)





More information about the llvm-commits mailing list