diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_multiprocessing.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/test_multiprocessing.c b/tests/test_multiprocessing.c index 1db8716..60aa4f6 100644 --- a/tests/test_multiprocessing.c +++ b/tests/test_multiprocessing.c @@ -243,15 +243,15 @@ void test_mp_stop_continue() { int main(int argc, char *argv[]) { STASIS_TEST_BEGIN_MAIN(); STASIS_TEST_FUNC *tests[] = { - //test_mp_pool_init, - //test_mp_task, - //test_mp_pool_join, - //test_mp_pool_free, - //test_mp_pool_workflow, - //test_mp_fail_fast, + test_mp_pool_init, + test_mp_task, + test_mp_pool_join, + test_mp_pool_free, + test_mp_pool_workflow, + test_mp_fail_fast, test_mp_timeout, test_mp_seconds_to_human_readable, - //test_mp_stop_continue + test_mp_stop_continue }; globals.task_timeout = 60; |
