[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PATCH: last piece in Automake integration puzzle
From: |
Jacob Bachmeyer |
Subject: |
PATCH: last piece in Automake integration puzzle |
Date: |
Sat, 15 Dec 2018 17:54:41 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 |
At long last, after about two dozen patches, ten rebases significant
enough that I tagged backups of the local topic branch, and about a
month and a half overall, the DejaGnu testsuite no longer requires
special flags to runtest. The Automake default value for
RUNTESTDEFAULTFLAGS now works, permitting the "split srcdir" problem
with site.exp to be fully resolved.
This patch removes RUNTESTDEFAULTFLAGS from Makefile.am. Makefile.in
will need to be regenerated after this patch is applied.
----
ChangeLog entry:
* Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
----
patch:
----
diff --git a/Makefile.am b/Makefile.am
index 9c21c94..1740d1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,8 +167,6 @@ TESTSUITE_FILES = \
DEJATOOL = libdejagnu runtest
RUNTEST = ${top_srcdir}/runtest
-RUNTESTDEFAULTFLAGS = --tool $${tool} --srcdir $${srcdir}/testsuite
-RUNTESTDEFAULTFLAGS += RUNTEST=$(RUNTEST)
AM_CXXFLAGS = -I$(top_srcdir) -g
check_PROGRAMS = unit
----
-- Jacob
- PATCH: last piece in Automake integration puzzle,
Jacob Bachmeyer <=