Disable test.
authorChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2003 18:10:25 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2003 18:10:25 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10186 91177308-0d34-0410-b5e6-96231b3b80d8

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.