summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-07 08:24:59 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-07 08:24:59 +0000
commit38ed80aefb37185686d4b93a42375030b6f26c1a (patch)
treed5ffb264d1653bdfbe55ab4751db47e883bcd1e3 /Makefile
parentec3a78f7adec15649d9d5885397ef3e11c6897e5 (diff)
downloadllvm-38ed80aefb37185686d4b93a42375030b6f26c1a.tar.gz
llvm-38ed80aefb37185686d4b93a42375030b6f26c1a.tar.bz2
llvm-38ed80aefb37185686d4b93a42375030b6f26c1a.tar.xz
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2dd759c09..a22444827e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,4 +37,4 @@ check ::
tools-only: all
check-dejagnu:
- cd test; $(MAKE) check-dejagnu \ No newline at end of file
+ cd test; $(MAKE) check-dejagnu $(TEST)