From 5b0a4ff6685804f172a01de0014ca1a6a37c3660 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Nov 2004 17:45:08 +0000 Subject: [PATCH] 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 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1