]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up "make check".
authorGuy Harris <[email protected]>
Mon, 19 Aug 2019 00:11:28 +0000 (17:11 -0700)
committerGuy Harris <[email protected]>
Mon, 19 Aug 2019 00:11:28 +0000 (17:11 -0700)
commit5edd532e932d97e6c37ffca90b59f7d3cee1b1e0
treeb740c29d6c21b3706586f551d937f37e16f7f938
parent9b995599d89e9b715c82ee74cd3470aee1713af6
Clean up "make check".

No need to make a "tests" directory under the build directory any more,
so don't do so.

As we're not cd'ing in the command line run from the Makefile (just in a
command run for command substitution), there's no need to put it in a
parenthesized subshell.

Again, as we're not cd'ing to the tests directory, if SRCDIR isn't set,
assume the source directory is the current directory.

In the shell scripts we're running, look for TESTonce, the input files,
the output files, and the -E input files from ${srcdir}/tests.  Make
sure we set srcdir in those shell scripts.
Makefile.in
tests/TESTrun.sh
tests/crypto.sh
tests/isis-seg-fault-1-v.sh
tests/lmp-v.sh