[llvm-commits] CVS: llvm/test/Programs/MultiSource/aha/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon May 12 11:04:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/aha:
Makefile updated: 1.1 -> 1.2
---
Log message:
Bump up time limit to something that works
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/aha/Makefile
diff -u llvm/test/Programs/MultiSource/aha/Makefile:1.1 llvm/test/Programs/MultiSource/aha/Makefile:1.2
--- llvm/test/Programs/MultiSource/aha/Makefile:1.1 Sun May 11 21:00:10 2003
+++ llvm/test/Programs/MultiSource/aha/Makefile Mon May 12 11:03:21 2003
@@ -2,4 +2,5 @@
PROG = aha
CPPFLAGS =
LDFLAGS =
+RUNTIMELIMIT = 60
include ../Makefile.multisrc
More information about the llvm-commits
mailing list