]> granicus.if.org Git - check/commit
Add tests for tap logging
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:06:53 +0000 (16:06 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:06:53 +0000 (16:06 +0000)
commitb9e7cef0cd251561b545a7b7d78d3a55392031dc
treedb741aa5239dab67ee22b789fc2cdfcab3f9fd34
parentbfe918b279913c8341e89b4fa1e4290df4004558
Add tests for tap logging

These tests follow closely with what the logging tests cover, with
one small change. If fork() is disabled, one test case will
invoked exit() and cause the unit testing program to terminate
early. In that case, the tap output is expected to be incomplete.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@874 64e312b2-a51f-0410-8e61-82d0ca0eb02a
tests/Makefile.am
tests/ex_tap_output.c [new file with mode: 0644]
tests/test_tap_output.sh [new file with mode: 0755]