Config test should run in fork mode.

This commit is contained in:
Andreas Schneider 2008-03-25 16:08:39 +01:00
parent 10ec516dce
commit 5257f277a4

View file

@ -50,8 +50,8 @@ int main(void) {
SRunner *sr;
sr = srunner_create(s);
#if 0
#endif
srunner_set_fork_status(sr, CK_NOFORK);
#endif
srunner_run_all(sr, CK_VERBOSE);
nf = srunner_ntests_failed(sr);
srunner_free(sr);