+2
−0
+2
−0
src/test/test-process.c
0 → 100644
+85
−0
+1
−0
src/test/test_process_slow.c
0 → 100644
+330
−0
Loading
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