diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-03-05 10:43:12 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-23 09:56:16 -0400 |
commit | c535494238cee580acaa6debe2eb942bb90ea59d (patch) | |
tree | b8e320689f551a63a99fd0fa48ccc5a3fc73b5e6 /.gitignore | |
parent | 21e242530783f9f71bad3e94f6482ac100c710e8 (diff) | |
download | tor-c535494238cee580acaa6debe2eb942bb90ea59d.tar.gz tor-c535494238cee580acaa6debe2eb942bb90ea59d.zip |
Integrate ntor test into the automake test suite.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5fc000f1ab..da5fc478b0 100644 --- a/.gitignore +++ b/.gitignore @@ -175,6 +175,7 @@ cscope.* /src/test/test-ntor-cl.exe /src/test/test_workqueue.exe /src/test/test_zero_length_keys.sh +/src/test/test_ntor.sh # /src/tools/ /src/tools/tor-checkkey |