From: Reid Spencer Date: Sun, 5 Sep 2004 08:18:23 +0000 (+0000) Subject: Per Bug 257 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb32ffe2f8c60a7577447f4b4e1d8791d6665367;p=oota-llvm.git 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 --- diff --git a/test/Makefile b/test/Makefile index 173553a4b31..c3244d66093 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = Programs +DIRS = # # Make QMTest the default for testing features and regressions