aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-01-03 08:56:31 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-01-03 08:56:31 -0500
commitb840c9737effa4b9c5e6550efab468c53e86cf11 (patch)
tree6271e9d4d0732a02d1804f9a43554c2d1a1c5380 /tests
parent5c1f18bf3a98ad71d3674f4fd935feae73e0963a (diff)
downloadstasis-b840c9737effa4b9c5e6550efab468c53e86cf11.tar.gz
Enable tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_multiprocessing.c14
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;