aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-28 15:03:05 +1100
committerBen Elliston <bje@gnu.org>2018-11-28 15:03:05 +1100
commit04b5dd7c11ad75f2075fed97d07cdb9c0684501e (patch)
treed7941446c65f1f62978d228a06972284ff5cf4f6
parent5f3f9ff91362063cf25ead679f4a7bba4bbb961e (diff)
downloaddejagnu-04b5dd7c11ad75f2075fed97d07cdb9c0684501e.zip
dejagnu-04b5dd7c11ad75f2075fed97d07cdb9c0684501e.tar.gz
dejagnu-04b5dd7c11ad75f2075fed97d07cdb9c0684501e.tar.bz2
Fix for Jacob Bachmeyer's change on 2018-10-31.
* Makefile.am (TESTSUITE_FILES): Update filenames. * Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6af9f..dbd86a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2018-11-28 Ben Elliston <bje@gnu.org>
+ * Makefile.am (TESTSUITE_FILES): Update filenames.
+ * Makefile.in: Regenerate.
+
+2018-11-28 Ben Elliston <bje@gnu.org>
+
* NEWS: Update.
* doc/dejagnu.texi: Tidy up (fill) some paragraphs.
diff --git a/Makefile.am b/Makefile.am
index 91d58e2..26e593f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -158,8 +158,8 @@ TESTSUITE_FILES = \
testsuite/runtest.all/config.test \
testsuite/runtest.all/default_procs.tcl \
testsuite/runtest.all/load_lib.exp \
- testsuite/config/default.exp \
testsuite/lib/libsup.exp \
+ testsuite/lib/runtest.exp \
testsuite/lib/util-defs.exp \
testsuite/libdejagnu/tunit.exp
diff --git a/Makefile.in b/Makefile.in
index 7c5b0c2..ee45504 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -503,8 +503,8 @@ TESTSUITE_FILES = \
testsuite/runtest.all/config.test \
testsuite/runtest.all/default_procs.tcl \
testsuite/runtest.all/load_lib.exp \
- testsuite/config/default.exp \
testsuite/lib/libsup.exp \
+ testsuite/lib/runtest.exp \
testsuite/lib/util-defs.exp \
testsuite/libdejagnu/tunit.exp