From: Chris Lattner Date: Tue, 30 Nov 2004 17:45:08 +0000 (+0000) Subject: If TESTSUITE is set, we obviously want to run dejagnu X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5b0a4ff6685804f172a01de0014ca1a6a37c3660;p=oota-llvm.git 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 --- 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