diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-07 23:29:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-07 23:29:39 +0000 |
commit | 4b8f82fbe6c76f0bed5f424f8bcc28d6a6ff6b04 (patch) | |
tree | 333e885c4602d0ac9eb7e65c650883da2c0c4411 /Makefile.config.in | |
parent | d09fbdc2e23b2de0cda83dee087c45a2c947b7d1 (diff) |
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 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 780f35f726..5c6d65ef1b 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -34,6 +34,9 @@ CC := @CC@ # Path to the Python interpreter PYTHON := @PYTHON@ +# Path to the Deja-Gnu runtest program +RUNTEST := @RUNTEST@ + # Linker flags. LDFLAGS+=@LDFLAGS@ |