]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320443,r320444:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Jul 2017 03:30:46 +0000 (03:30 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Jul 2017 03:30:46 +0000 (03:30 +0000)
commit5b8abd6a371023fbfe15a939581169d2a3ef9368
tree1728773f030d3e166bbed75e19a91b7e75395bd2
parente66f6cd52250658a65e626a69f86cc48f005fc94
MFC r320443,r320444:

r320443:

Add kyua TAP test integration examples

The examples are patterned loosely after the ATF examples, similar
to the plain test examples.

r320444:

Commit the corresponding mtree file change for the TAP test examples

MFC with: r320443

git-svn-id: svn://svn.freebsd.org/base/stable/10@321646 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.tests.dist
share/examples/tests/tests/Makefile
share/examples/tests/tests/tap/Kyuafile [new file with mode: 0644]
share/examples/tests/tests/tap/Makefile [new file with mode: 0644]
share/examples/tests/tests/tap/Makefile.depend [new file with mode: 0644]
share/examples/tests/tests/tap/cp_test.sh [new file with mode: 0644]
share/examples/tests/tests/tap/printf_test.c [new file with mode: 0644]