diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-06 15:35:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 13:10:57 -0500 |
commit | fd0c6671d13333f2ddb41e792b40162c841adae6 (patch) | |
tree | 4bb4a74576089a101af75e71745c993655da301b /.gitignore | |
parent | e8cc839e41adc4975a61fee62abe7f6664fd0c0e (diff) | |
download | tor-fd0c6671d13333f2ddb41e792b40162c841adae6.tar.gz tor-fd0c6671d13333f2ddb41e792b40162c841adae6.zip |
Add unit tests for switch_id(), including tests for capabilities
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c1dff8bfec..dad8be1a48 100644 --- a/.gitignore +++ b/.gitignore @@ -172,6 +172,7 @@ cscope.* /src/test/test-child /src/test/test-memwipe /src/test/test-ntor-cl +/src/test/test-switch-id /src/test/test_workqueue /src/test/test.exe /src/test/test-slow.exe @@ -179,6 +180,7 @@ cscope.* /src/test/test-child.exe /src/test/test-ntor-cl.exe /src/test/test-memwipe.exe +/src/test/test-switch-id.exe /src/test/test_workqueue.exe /src/test/test_zero_length_keys.sh /src/test/test_ntor.sh |