Disable test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-11-23 18:10:25 +00:00
parent c7afc06316
commit 7610029346

View File

@ -12,7 +12,9 @@ LEVEL = ../..
# #
# Directories that needs to be built. # 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. # Include the Master Makefile that knows how to build all.