diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:15:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:15:53 -0500 |
commit | 7322de15dc2f0858291f40df1a55a66c80b7fda9 (patch) | |
tree | 5d1159b5330c587667a6ea369c93e3160be59175 /.gitignore | |
parent | 420037dcefade09f43e4a6e44282ed04f9f3ac52 (diff) | |
download | tor-7322de15dc2f0858291f40df1a55a66c80b7fda9.tar.gz tor-7322de15dc2f0858291f40df1a55a66c80b7fda9.zip |
Split the slow unit tests into their own binary
This can run in parallel with the faster ones and the other tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e63576cfd4..0cdf2c4e61 100644 --- a/.gitignore +++ b/.gitignore @@ -160,11 +160,13 @@ cscope.* /src/test/bench /src/test/bench.exe /src/test/test +/src/test/test-slow /src/test/test-bt-cl /src/test/test-child /src/test/test-ntor-cl /src/test/test_workqueue /src/test/test.exe +/src/test/test-slow.exe /src/test/test-bt-cl.exe /src/test/test-child.exe /src/test/test-ntor-cl.exe |