[llvm-commits] [test-suite] r109940 - /test-suite/trunk/External/Makefile

Eric Christopher echristo at apple.com
Fri Jul 30 19:35:10 PDT 2010


Author: echristo
Date: Fri Jul 30 21:35:10 2010
New Revision: 109940

URL: http://llvm.org/viewvc/llvm-project?rev=109940&view=rev
Log:
Turn these back on after Daniel's changes for multiple results.

Modified:
    test-suite/trunk/External/Makefile

Modified: test-suite/trunk/External/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/Makefile?rev=109940&r1=109939&r2=109940&view=diff
==============================================================================
--- test-suite/trunk/External/Makefile (original)
+++ test-suite/trunk/External/Makefile Fri Jul 30 21:35:10 2010
@@ -8,9 +8,7 @@
 #
 # Create the list of directories to compile
 #
-PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
-# Temporarily disable skidmarks
-# skidmarks10
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim skidmarks10
 
 ifneq (,$(findstring x86,$(ARCH)))
 # Nurbs uses SSE and only works on x86 and x86_64.





More information about the llvm-commits mailing list