[llvm-commits] [test-suite] r128099 - in /test-suite/branches/release_29: ./ MultiSource/Applications/lemon/Makefile

Bill Wendling isanbard at gmail.com
Tue Mar 22 12:33:30 PDT 2011


Author: void
Date: Tue Mar 22 14:33:30 2011
New Revision: 128099

URL: http://llvm.org/viewvc/llvm-project?rev=128099&view=rev
Log:
--- Merging r128083 into '.':
U    MultiSource/Applications/lemon/Makefile


Modified:
    test-suite/branches/release_29/   (props changed)
    test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile

Propchange: test-suite/branches/release_29/
------------------------------------------------------------------------------
    svn:mergeinfo = /test-suite/trunk:128083

Modified: test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile?rev=128099&r1=128098&r2=128099&view=diff
==============================================================================
--- test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile (original)
+++ test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile Tue Mar 22 14:33:30 2011
@@ -6,6 +6,9 @@
 RUN_OPTIONS = $(PROJ_SRC_DIR)/parse.y $(PROJ_SRC_DIR)/example1.y $(PROJ_SRC_DIR)/example2.y $(PROJ_SRC_DIR)/example3.y $(PROJ_SRC_DIR)/example4.y $(PROJ_SRC_DIR)/example5.y $(PROJ_SRC_DIR)/lighttpd_configparser.y $(PROJ_SRC_DIR)/lighttpd_mod_ssi_exprparser.y $(PROJ_SRC_DIR)/wireshark_dtd_grammar.lemon $(PROJ_SRC_DIR)/wireshark_grammar.lemon $(PROJ_SRC_DIR)/wireshark_mate_grammar.lemon $(PROJ_SRC_DIR)/xapian_queryparser.lemony $(PROJ_SRC_DIR)/ecmascript.y
 HASH_PROGRAM_OUTPUT = 1
 
+# With a Debug+Asserts build may time out if the default limit is used.
+RUNTIMELIMIT := 750
+
 include $(LEVEL)/Makefile.config
 
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list