]> The Tcpdump Group git mirrors - tcpdump/commit
Don't assume a Perl script can be run directly as a command.
authorGuy Harris <[email protected]>
Wed, 5 Feb 2020 09:07:52 +0000 (01:07 -0800)
committerGuy Harris <[email protected]>
Wed, 5 Feb 2020 09:07:52 +0000 (01:07 -0800)
commit74224d189c21428c84747a4cfd7c13621f30f95c
tree341530fd2b82df768e01aa0331b58a05da7b94cc
parentd0963e4032ab61e2cc58c32b397f4d289a398a75
Don't assume a Perl script can be run directly as a command.

That's not the case on Windows - it doesn't support #!.  Look for the
perl interpreter and, if we find it, add a rule that runs tests/TESTrun
with the interpreter.
CMakeLists.txt