]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make capsicum test cases fine-grained
authorLi-Wen Hsu <lwhsu@FreeBSD.org>
Tue, 6 Oct 2020 06:45:52 +0000 (06:45 +0000)
committerLi-Wen Hsu <lwhsu@FreeBSD.org>
Tue, 6 Oct 2020 06:45:52 +0000 (06:45 +0000)
commit194d5628721f6a306aa94f7e33be909f1ab16b49
treeeba47dc2fe831cfb837e39be6b194bc7d33c4944
parent7862a433e947a78b44bce80bb7e00eeb44d752cd
Make capsicum test cases fine-grained

Add a wrapping script to use ATF to run tests written with Googletest
one by one. This helps locating and tracking the failing case in CI easier.

This is a temporarily solution while Googletest support in Kyua is developing.
We will revert this once Kyua+Googletest integration is ready.

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D25896
share/mk/bsd.test.mk
share/mk/googletest.test.mk
tests/sys/capsicum/Makefile
tests/sys/capsicum/functional.sh [new file with mode: 0755]