]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kyua TAP test integration examples
authorEnji Cooper <ngie@FreeBSD.org>
Wed, 28 Jun 2017 08:22:04 +0000 (08:22 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Wed, 28 Jun 2017 08:22:04 +0000 (08:22 +0000)
commit1c3f620ca6bebd3baab829605a220cc41b7fc838
tree7d9c40b5b11366729facde102c47bd90a2ff0eb6
parentc9470efed76bf81d8c32f719aeba489136a38ab3
Add kyua TAP test integration examples

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

MFC after: 1 month
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]