aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_process_slow.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-17Add test to check if the exit callback is called in process_t upon process_ex...Alexander Færøy
2019-06-05Run "make autostyle."Nick Mathewson
2019-01-24One more 32-bit clang warningNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-21Merge branch 'ticket28847'Nick Mathewson
2018-12-21Don't initialize the process module manually in tests.Alexander Færøy
2018-12-20Remember to check for whether we actually did exit in tests.Alexander Færøy
2018-12-18Avoid breaking the event loop prematurely.Alexander Færøy
2018-12-17Use `const char *` instead of `char *` for line parameter for process callbacks.Alexander Færøy
2018-12-17Change the Process exit_callback to return bool.Alexander Færøy
2018-12-17Use run_main_loop_until_done() for process_t tests.Alexander Færøy
2018-12-17Fix tests on kqueue() based platforms.Alexander Færøy
2018-12-17Add slow test for process_t for main loop interaction.Alexander Færøy