[llvm-commits] CVS: llvm/test/Programs/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Sun May 11 17:42:06 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.44 -> 1.45

---
Log message:

Allow programs to override the runtime limit


---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.44 llvm/test/Programs/Makefile.programs:1.45
--- llvm/test/Programs/Makefile.programs:1.44	Sun May 11 13:49:34 2003
+++ llvm/test/Programs/Makefile.programs	Sun May 11 17:41:23 2003
@@ -59,9 +59,11 @@
 DIFFPROG := $(PROGDIR)/DiffOutput.sh
 
 # RUNTIMELIMIT - The number of seconds we should wait before certain events
-# timeout.  This is overridable on the commandline.
+# timeout.  This is overridable on the commandline or in tests makefiles.
 #
+ifndef RUNTIMELIMIT
 RUNTIMELIMIT := 40
+endif
 
 # RUNSAFELY - This program simply runs another program.  If the program works
 # correctly, this script has no effect, otherwise it will do things like print a





More information about the llvm-commits mailing list