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:05:40 +1100
commitfc759826adb9431b0f61631516a1fdc6b0fb790d (patch)
tree36227bb2caef3e340acf668d9f86cab5c571d6e1
parentc8d3ef3af01df81032441d1b48b41726b6c6cc01 (diff)
downloaddejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.zip
dejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.tar.gz
dejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.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 ef152d0..5f24e01 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>
+
* configure.ac (AC_INIT): Update version number.
* configure: Regenerate.
* runtest.exp (frame_version): Update version number.
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