[test-suite] r177308 - Define the RUNTIMELIMIT before we include other Makefiles.

Chad Rosier mcrosier at apple.com
Mon Mar 18 12:18:49 PDT 2013


Author: mcrosier
Date: Mon Mar 18 14:18:49 2013
New Revision: 177308

URL: http://llvm.org/viewvc/llvm-project?rev=177308&view=rev
Log:
Define the RUNTIMELIMIT before we include other Makefiles.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile?rev=177308&r1=177307&r2=177308&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile Mon Mar 18 14:18:49 2013
@@ -2,9 +2,9 @@ LEVEL = ../../..
 LDFLAGS += -lm -lstdc++
 FP_TOLERANCE := 0.001
 
+# This test can take more than the default 500s timeout at -O0.
+RUNTIMELIMIT:=1200
+
 include $(LEVEL)/Makefile.config
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc
-
-# This test can take more than the default 500s timeout at -O0.
-RUNTIMELIMIT:=1200





More information about the llvm-commits mailing list