]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix test-network-all target in out-of-tree builds
authorcypherpunks <cypherpunks@torproject.org>
Thu, 16 Jun 2016 12:16:57 +0000 (12:16 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 8 Jul 2016 14:19:18 +0000 (10:19 -0400)
commit3ac434104af0a40e75bfb5116046eae1cd51f6d3
tree98a6c9dd77bd9823f932521b3816507c69cf16f5
parent466259eb5083cbab203b56c55a4da2e6515d8767
Fix test-network-all target in out-of-tree builds

The test-network-all target assumes the test-driver script lives in the
current working directory. This assumption breaks out-of-tree builds
because it actually lives in the source directory.

Automake 1.12 introduces `LOG_DRIVER` which defines the location of the
test driver script. Because Tor still supports Automake 1.11 we use the
default value of this variable directly. The default value uses the
configured shell for calling the test driver script and explicitly
prefixes the source directory.
Makefile.am
changes/bug19421 [new file with mode: 0644]