diff options
author | Alexander Færøy <ahf@torproject.org> | 2018-11-26 02:18:04 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-17 16:39:28 -0500 |
commit | 9b6a10a26f25e0da07e62bd5617b519b0952b40a (patch) | |
tree | b81e247aadd393f97980797473b6eba38ad8b6d2 /.gitignore | |
parent | e3ceaebba25127a1d4a3da16e9128ab52491c080 (diff) | |
download | tor-9b6a10a26f25e0da07e62bd5617b519b0952b40a.tar.gz tor-9b6a10a26f25e0da07e62bd5617b519b0952b40a.zip |
Add slow test for process_t for main loop interaction.
This patch adds test cases for process_t which uses Tor's main loop.
This allows us to test that the callbacks are actually invoked by the
main loop when we expect them.
See: https://bugs.torproject.org/28179
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ee2de376a6..df8db1113a 100644 --- a/.gitignore +++ b/.gitignore @@ -240,6 +240,7 @@ uptime-*.json /src/test/test-slow /src/test/test-bt-cl /src/test/test-child +/src/test/test-process /src/test/test-memwipe /src/test/test-ntor-cl /src/test/test-hs-ntor-cl @@ -250,6 +251,7 @@ uptime-*.json /src/test/test-slow.exe /src/test/test-bt-cl.exe /src/test/test-child.exe +/src/test/test-process.exe /src/test/test-ntor-cl.exe /src/test/test-hs-ntor-cl.exe /src/test/test-memwipe.exe |