diff options
author | Ben Elliston <bje@gnu.org> | 2018-11-28 15:18:27 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2018-11-28 15:19:21 +1100 |
commit | a962bae25ff4c22b252b4ccd638deacfe3ea411a (patch) | |
tree | 5ace51905dd1702e991f14dfe28385b2458d7430 | |
parent | fc759826adb9431b0f61631516a1fdc6b0fb790d (diff) | |
download | dejagnu-a962bae25ff4c22b252b4ccd638deacfe3ea411a.tar.gz dejagnu-a962bae25ff4c22b252b4ccd638deacfe3ea411a.tar.bz2 dejagnu-a962bae25ff4c22b252b4ccd638deacfe3ea411a.zip |
One more fix for Jacob Bachmeyer's change on 2018-10-31.
* Makefile.am (TESTSUITE_FILES): Update filenames.
* Makefile.in: Regenerate.
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 26e593f..cd69e74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,6 +158,7 @@ TESTSUITE_FILES = \ testsuite/runtest.all/config.test \ testsuite/runtest.all/default_procs.tcl \ testsuite/runtest.all/load_lib.exp \ + testsuite/lib/libdejagnu.exp \ testsuite/lib/libsup.exp \ testsuite/lib/runtest.exp \ testsuite/lib/util-defs.exp \ diff --git a/Makefile.in b/Makefile.in index ee45504..f5a0c8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -503,6 +503,7 @@ TESTSUITE_FILES = \ testsuite/runtest.all/config.test \ testsuite/runtest.all/default_procs.tcl \ testsuite/runtest.all/load_lib.exp \ + testsuite/lib/libdejagnu.exp \ testsuite/lib/libsup.exp \ testsuite/lib/runtest.exp \ testsuite/lib/util-defs.exp \ |