The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248
commit 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 Author: Kyle Evans <[email protected]> AuthorDate: 2021-01-08 19:57:32 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2021-01-08 19:58:35 +0000 libregex: re-enable `make check` The tests are generally expected to pass, uncomment the annotation that lets `make check` work. Note that `make check` currently requires kyua from ports or an appropriate symlink into /usr/local/bin. --- lib/libregex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile index 186bb20088ce..5e54c3a5312a 100644 --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -14,7 +14,7 @@ WARNS?= 2 VERSION_DEF= ${.CURDIR}/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map -#HAS_TESTS= +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include "../Makefile.inc" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
