diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-03-05 09:03:06 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-23 09:56:12 -0400 |
commit | 21e242530783f9f71bad3e94f6482ac100c710e8 (patch) | |
tree | 2d730f7aa1940354a41689bc722e5160e2146655 /.gitignore | |
parent | 372aef8981f383db8962fbbe67f4d18b56d3740d (diff) | |
download | tor-21e242530783f9f71bad3e94f6482ac100c710e8.tar.gz tor-21e242530783f9f71bad3e94f6482ac100c710e8.zip |
Integrate zero_length_keys test into the automake test suite.
The zero length keys test now requires the path to the Tor binary as the first
parameter to ensure the correct Tor binary is used without hard coding a path.
The wrapper script calls the zero length keys test for each test separately to
ensure the correct shell is used (as configured by autoconf). Another solution
would have been to place the tests into separate functions so multiple tests
could be run internally. This would have made a diff of considerable size and
frankly it is outside the scope of this fix.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 912b06e2c5..5fc000f1ab 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,7 @@ cscope.* /src/test/test-child.exe /src/test/test-ntor-cl.exe /src/test/test_workqueue.exe +/src/test/test_zero_length_keys.sh # /src/tools/ /src/tools/tor-checkkey |