[llvm-commits] [test-suite] r57105 - /test-suite/trunk/MultiSource/Applications/Makefile

Torok Edwin edwintorok at gmail.com
Sun Oct 5 01:23:57 PDT 2008


Author: edwin
Date: Sun Oct  5 03:23:55 2008
New Revision: 57105

URL: http://llvm.org/viewvc/llvm-project?rev=57105&view=rev
Log:
lua was added to the testsuite, but it wasn't actually run because it wasn't in
the Makefile. Fixed.

Modified:
    test-suite/trunk/MultiSource/Applications/Makefile

Modified: test-suite/trunk/MultiSource/Applications/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/Makefile?rev=57105&r1=57104&r2=57105&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Applications/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/Makefile Sun Oct  5 03:23:55 2008
@@ -5,7 +5,7 @@
 include $(LEVEL)/Makefile.config
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS \
-                 hexxagon oggenc JM viterbi minisat SIBsim4 ClamAV sqlite3 lemon
+                 hexxagon oggenc JM viterbi minisat SIBsim4 ClamAV sqlite3 lemon lua
 
 # Obsequi uses Linux-only features; need to fix that
 ifeq ($(OS),Linux)





More information about the llvm-commits mailing list