aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-14 16:43:59 +0000
committerChris Lattner <sabre@nondot.org>2001-12-14 16:43:59 +0000
commit48e9f40be0ef7522416520da5dfc1dc6a80b9423 (patch)
tree33885c3d7b4262e1f147fd64f58ed9bba1c26de5
parent6158d8bc73cc0f3f2cdded14e65c419e95fa948d (diff)
Build Programs subdirectory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1473 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index a62db0e130..63c47a0124 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,5 @@
LEVEL = ..
+DIRS = Programs
TESTS := $(wildcard *.ll)