summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 17:45:08 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 17:45:08 +0000
commit5b0a4ff6685804f172a01de0014ca1a6a37c3660 (patch)
tree8f480075b03cb61a5fc663d4b9de35ad86520fb6 /test/Makefile
parent532343b24e78dc6120921c09151195a59b94058a (diff)
If TESTSUITE is set, we obviously want to run dejagnu
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 9783f6424bb..832646ae2b2 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -14,7 +14,11 @@ DIRS =
# Make QMTest the default for testing features and regressions
# Do this first to force QMTest to run first
#
+ifdef TESTSUITE
+all:: check-dejagnu
+else
all:: qmtest
+endif
# Include other test rules
include Makefile.tests