Disable test.
[oota-llvm.git] / projects / Stacker / Makefile
index ac62e6b872fc27940eb1dd23279d0f560d581c43..24da35878ffc11ab6bfb5d9284ba05e1c0095875 100644 (file)
@@ -12,7 +12,9 @@ LEVEL = ../..
 #
 # Directories that needs to be built.
 #
-DIRS = lib tools test samples
+# Disable the 'test' subdirectory until it works correctly
+#   test
+DIRS = lib tools samples
 
 #
 # Include the Master Makefile that knows how to build all.