aboutsummaryrefslogtreecommitdiff
path: root/lib/kyua
Commit message (Collapse)AuthorAgeFilesLines
* Install expected kyua docs.Brooks Davis2020-03-262-2/+2
| | | | | | | | | | | | | | | | The "kyua about" command assumes these files exist causing tests supplied devel/kyua to fail. Fix a bug defining the default KYUA_DOCDIR so the installed files can be found. Reported by: jenkins tests Reviewed by: lwhsu Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24187 Notes: svn path=/head/; revision=359335
* Improve LIBADD/_DP_* for kyua libraries.Brooks Davis2020-03-236-0/+6
| | | | | | | | | | | This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA Notes: svn path=/head/; revision=359262
* Import the kyua test framework.Brooks Davis2020-03-2311-0/+386
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms. The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT. Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24103 Notes: svn path=/head/; revision=359260