aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:24:40 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:24:40 -0500
commit6851416b169dab44b08329f631925c2a3814837b (patch)
tree861bd056d763820c9af1437f8d14ca08a107a2b7
parent9a4888d2c4369cee3fa415261b3ae55b2057ab2f (diff)
downloaddejagnu-6851416b169dab44b08329f631925c2a3814837b.zip
dejagnu-6851416b169dab44b08329f631925c2a3814837b.tar.gz
dejagnu-6851416b169dab44b08329f631925c2a3814837b.tar.bz2
Add comment at override of RUNTEST
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2795865..3c0fbbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2020-12-15 Jacob Bachmeyer <jcb@gnu.org>
+ * Makefile.am (RUNTEST): Explain override of Automake default.
+
* configure.ac: Update for autoconf 2.69 using autoupdate.
* configure.ac: Remove search for expect now handled by Automake.
diff --git a/Makefile.am b/Makefile.am
index 29fa4f4..4fb10dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -215,6 +215,8 @@ TESTSUITE_FILES = \
DEJATOOL = launcher libdejagnu report-card runtest
+# We override runtest so that the testsuite is run with this version
+# of DejaGnu instead of an installed version.
RUNTEST = ${top_srcdir}/runtest
AM_CXXFLAGS = -I$(top_srcdir) -g