Actions
Feature request #412
closedSplit tests sample, oom, libdebug, modmgr, svcmgr
Description
oomtest checks have side effects because it configures process wide global hard rlimits.
split check_tests in several testsuite groups :
- check_test.c (check_sample.c)
- check_oomtest.c (check_oom.c)
- check_libdebug.c (check_libdebug_*.c)
- check_modmgr.c (check_modmgr_*.c)
- check_svcmgr.c (check_svcmgr_*.c)
Update testsuite.at
Actions