* Makefile.am (DEJATOOL): List tools in testsuite.
authorJacob Bachmeyer <jcb62281@gmail.com>
Wed, 31 Oct 2018 10:53:35 +0000 (21:53 +1100)
committerBen Elliston <bje@gnu.org>
Wed, 31 Oct 2018 10:53:35 +0000 (21:53 +1100)
commit33121d67a8240edcb21e8ccac3a312cfe6a327ca
tree02c9e75e41da0ead9f60379fbccf12c546e66b2b
parenta8a1219619ff54d30cf4c70e8376489f7aeef761
* Makefile.am (DEJATOOL): List tools in testsuite.
(RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
* testsuite/config/default.exp: Rename from this ...
* testsuite/lib/runtest.exp: ... to this.
(runtest_exit): Remove spurious "close". This was causing per-tool
testing to fail, since the testsuite for "runtest" never actually
uses "spawn", so "close" ends up closing exp0, which is the
terminal.  The ${tool}_exit proc is not called if the --tool
option is not given, so this had no effect earlier.
* testsuite/lib/libdejagnu.exp: New empty file.

Signed-off-by: Ben Elliston <bje@gnu.org>
ChangeLog
Makefile.am
testsuite/lib/libdejagnu.exp [new file with mode: 0644]
testsuite/lib/runtest.exp [moved from testsuite/config/default.exp with 99% similarity]