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
_______________________________________________
DejaGnu mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/dejagnu