From 76100293464fff5af6efb52b4a09bd948810c68c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Nov 2003 18:10:25 +0000 Subject: [PATCH] Disable test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10186 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile index ac62e6b872f..24da35878ff 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. -- 2.34.1