Some of these tests, now that checked fixtures can be used
with CK_NOFORK mode, may be enabled regardless of fork()
availability. This specific test, however, will not work as is
without fork().
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1169
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
tcase_add_test(tc,test_setup_failure_msg);
#if defined(HAVE_FORK) && HAVE_FORK==1
+ /*
+ * This test assumes that CK_FORK is being used,
+ * as it tests that side effects from checked
+ * fixtures do not persist between tests.
+ */
tcase_add_test(tc,test_ch_setup);
+
tcase_add_test(tc,test_ch_setup_fail);
tcase_add_test(tc,test_ch_setup_fail_nofork);
tcase_add_test(tc,test_ch_setup_fail_nofork_2);