aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-06 20:36:52 +0000
committerChris Lattner <sabre@nondot.org>2002-11-06 20:36:52 +0000
commitc433e64f7d36ca421d0aa6dc840b4d3165579ef6 (patch)
treef9ee65ace8868adf370d4e4799c9ee451ab7ad6a /test/Makefile
parent2cf2cbcefb0c4e3a3a3c9f35c6890d826385a1b0 (diff)
downloadexternal_llvm-c433e64f7d36ca421d0aa6dc840b4d3165579ef6.zip
external_llvm-c433e64f7d36ca421d0aa6dc840b4d3165579ef6.tar.gz
external_llvm-c433e64f7d36ca421d0aa6dc840b4d3165579ef6.tar.bz2
libraries is used for internal stuff, not as a real testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index eec7536..415a05a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = Feature Libraries Regression Programs
+DIRS = Feature Regression Programs
include ../Makefile.common
include Makefile.tests