diff options
author | Ben Elliston <bje@gnu.org> | 2018-11-28 15:03:05 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2018-11-28 15:05:40 +1100 |
commit | fc759826adb9431b0f61631516a1fdc6b0fb790d (patch) | |
tree | 36227bb2caef3e340acf668d9f86cab5c571d6e1 | |
parent | c8d3ef3af01df81032441d1b48b41726b6c6cc01 (diff) | |
download | dejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.tar.gz dejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.tar.bz2 dejagnu-fc759826adb9431b0f61631516a1fdc6b0fb790d.zip |
Fix for Jacob Bachmeyer's change on 2018-10-31.
* Makefile.am (TESTSUITE_FILES): Update filenames.
* Makefile.in: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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 |