Google developed the Capsicum unit test suite[1] as part of the Capsicum-Linux[2] project, based on unit tests that existed in FreeBSD and unit tests developed as part of the initial capsicum-Linux port. Capsicum-Linux was archived as of October 31, 2022 and is no longer being maintained, and FreeBSD is currently the only consumer of and contributor to the test suite. Move the test src into tests/sys/capsicum to simplify maintenance. The makefiles were deleted as we (continue to) use the existing FreeBSD Makefile, and CONTRIBUTING.md was removed as the Google CLA no longer applies. [1] https://github.com/google/capsicum-test [2] https://github.com/google/capsicum-linux
@drysdale_google.com I think we can do this and then archive https://github.com/google/capsicum-test. If that makes sense to you I can submit a pull request to update the README.md in the capsicum-test repo referencing the new location before archiving the repo.
I've kept capsicum-linux.h and linux.cc across the move.