tor/changes/bug18240
Nick Mathewson a57ed38a8e Clean up TEST_TOR_BINARY so test-stem can have better dependencies
Fix #18240.  This version of the bug first appeared in
0.2.8.2-alpha.  0.2.8.1-alpha and earlier had a different bug.

Based on a patch from cypherpunks.
2016-05-02 13:53:16 -04:00

6 lines
260 B
Plaintext

o Minor bugfixes (build):
- Make the test-stem and test-network targets depend only on the
tor binary to be tested. Previously, they depended on "make all".
Fixes bug 18240; bugfix on 0.2.8.2-alpha.
Based on a patch from "cypherpunks".