]> granicus.if.org Git - check/commit
Change behavior of calls for fork() on non-fork() platforms
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 7 May 2015 03:16:23 +0000 (03:16 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 7 May 2015 03:16:23 +0000 (03:16 +0000)
commit3ec30d2e9049b58ddd4ab1d1be294b73b9273bf2
tree8760609549053c789e6d5b509155384399ba0339
parent4a15695876f1e08d2bd7fe780f3394a9f37236bb
Change behavior of calls for fork() on non-fork() platforms

It was requested by users of Windows (e.g. non-fork() supporting
platforms) that calls to set CK_FORK mode be ignored if fork()
is not supported. This is to avoid the need to detect the
current platform and conditionally compile unit test code.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1202 64e312b2-a51f-0410-8e61-82d0ca0eb02a
NEWS
src/check.c
src/check.h.in
src/check_run.c
tests/check_nofork.c
tests/test_check_nofork.sh