[llvm-commits] [test-suite] r113497 - /test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile

Daniel Dunbar daniel at zuster.org
Thu Sep 9 09:53:37 PDT 2010


Author: ddunbar
Date: Thu Sep  9 11:53:37 2010
New Revision: 113497

URL: http://llvm.org/viewvc/llvm-project?rev=113497&view=rev
Log:
RUNTIMELIMIT needs to be set before including Makefile.spec2006.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile?rev=113497&r1=113496&r2=113497&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile Thu Sep  9 11:53:37 2010
@@ -6,11 +6,11 @@
 
 LEVEL = ../../../..
 
-include ../../Makefile.spec2006
-
 # This test can take more than the default 500s timeout at -O0.
 RUNTIMELIMIT:=750
 
+include ../../Makefile.spec2006
+
 ifeq ($(RUN_TYPE),test)
   RUN_OPTIONS     := -d foreman_test_encoder_baseline.cfg
   STDOUT_FILENAME := foreman_test_baseline_encodelog.out





More information about the llvm-commits mailing list