summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-23 18:10:25 +0000
committerChris Lattner <sabre@nondot.org>2003-11-23 18:10:25 +0000
commit76100293464fff5af6efb52b4a09bd948810c68c (patch)
treed6f9fae751cf419b9ac7a6ba180ee56035322e1c /projects
parentc7afc06316d0741e2c60c4330d3ef14868be136a (diff)
downloadllvm-76100293464fff5af6efb52b4a09bd948810c68c.tar.gz
llvm-76100293464fff5af6efb52b4a09bd948810c68c.tar.bz2
llvm-76100293464fff5af6efb52b4a09bd948810c68c.tar.xz
Disable test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index ac62e6b872..24da35878f 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -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.