aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-05 08:18:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-05 08:18:23 +0000
commiteb32ffe2f8c60a7577447f4b4e1d8791d6665367 (patch)
tree29f8663c7039f584e1e3aefaa29fcedbf7371620
parent10ffe0134dca05784d3141b88c704d21bd11079a (diff)
Per Bug 257
The "Programs" directory no longer lives here. It have been moved to its own cvs module. Check it out into llvm/projects and configure/build it there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16182 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 173553a4b3..c3244d6609 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = Programs
+DIRS =
#
# Make QMTest the default for testing features and regressions