]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make capsicum test cases fine-grained
authorlwhsu <lwhsu@FreeBSD.org>
Tue, 6 Oct 2020 06:45:52 +0000 (06:45 +0000)
committerlwhsu <lwhsu@FreeBSD.org>
Tue, 6 Oct 2020 06:45:52 +0000 (06:45 +0000)
commit4b7b66e070faac07bcfa0de75ed57cb5200d836b
treeeba47dc2fe831cfb837e39be6b194bc7d33c4944
parent7f9d95ca4baafa62430b731c78593e9c215859fc
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]