The comment in tools/build/options/WITHOUT_CASPER says "Do not build Casper program and related libraries".
The library isn't installed but the regression tests are still installed (so they are failing).
Details
Details
- Reviewers
emaste
Build & install world with WITHOUT_CASPER then check there is no /usr/tests/lib/libcasper (neither the /usr/lib/libcasper.so too).
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Need more work
In file included from /usr/src/bin/cat/cat.c:60: /usr/obj/amd64.amd64/tmp/usr/include/capsicum_helpers.h:42:10: fatal error: 'libcasper.h' file not found #include <libcasper.h>
Comment Actions
libcasper provides non-sandboxed stubs so some tests should pass
perhaps we need to avoid installing specific tests