Have check get the fork status from env. variable (set CK_FORK_GETENV

flag)
This commit is contained in:
Nils O. Selåsdal
2013-10-24 22:28:17 +02:00
parent c1609c2a57
commit 1b563e797b
+2
View File
@@ -62,6 +62,8 @@ main (int argc, char *argv[])
if (xml_output) if (xml_output)
srunner_set_xml(sr, "result.xml"); srunner_set_xml(sr, "result.xml");
srunner_set_fork_status(sr, CK_FORK_GETENV);
for(i = 0; i < sizeof suites/sizeof suites[0]; i++) { for(i = 0; i < sizeof suites/sizeof suites[0]; i++) {
srunner_add_suite(sr, suites[i]()); srunner_add_suite(sr, suites[i]());