[llvm-commits] CVS: llvm/test/Programs/MultiSource/Fhourstones/Makefile

Vikram Adve vadve at cs.uiuc.edu
Wed Aug 6 15:43:31 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Fhourstones:

Makefile updated: 1.5 -> 1.6

---
Log message:

These makefiles were overriding this incorrectly otherwise
(i.e,. decreasing it instead of increasing it).
This only matters on hanging failures anyway so let's just
use a common (and higher) time limit for all architectures.
Programs with that need a much higher limit can still override it.


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Fhourstones/Makefile
diff -u llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.5 llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.6
--- llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.5	Tue Jun  3 14:01:11 2003
+++ llvm/test/Programs/MultiSource/Fhourstones/Makefile	Wed Aug  6 15:42:25 2003
@@ -6,6 +6,4 @@
 # Specify which file provides the contents of stdin for the test run 
 STDIN_FILENAME = input
 
-RUNTIMELIMIT = 300
-
 include	../Makefile.multisrc





More information about the llvm-commits mailing list