aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-07 23:29:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-07 23:29:39 +0000
commit4b8f82fbe6c76f0bed5f424f8bcc28d6a6ff6b04 (patch)
tree333e885c4602d0ac9eb7e65c650883da2c0c4411 /test/Makefile
parentd09fbdc2e23b2de0cda83dee087c45a2c947b7d1 (diff)
downloadexternal_llvm-4b8f82fbe6c76f0bed5f424f8bcc28d6a6ff6b04.zip
external_llvm-4b8f82fbe6c76f0bed5f424f8bcc28d6a6ff6b04.tar.gz
external_llvm-4b8f82fbe6c76f0bed5f424f8bcc28d6a6ff6b04.tar.bz2
Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 666f685..31de463 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -119,8 +119,6 @@ qmtest-clean:
# DejaGNU testing support
#===------------------------------------------------------------------------===#
-RUNTEST = runtest
-
ifdef TESTSUITE
RUNTESTFLAGS := --tool $(TESTSUITE)
endif