From 75759839b26540b76c0c97489eb37d08f4bebfbd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Nov 2003 18:10:25 +0000 Subject: [PATCH] Disable test. llvm-svn: 10186 --- llvm/projects/Stacker/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/projects/Stacker/Makefile b/llvm/projects/Stacker/Makefile index ac62e6b872fc..24da35878ffc 100644 --- a/llvm/projects/Stacker/Makefile +++ b/llvm/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.