Date: Sun, 24 Jan 2021 03:51:23 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e86393dbec72 - stable/12 - libregex: re-enable `make check` Message-ID: <202101240351.10O3pNYS077266@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e86393dbec7249257ffb0d74eb907fb9f6478f7c commit e86393dbec7249257ffb0d74eb907fb9f6478f7c Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-01-08 19:57:32 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-01-24 03:51:16 +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. (cherry picked from commit 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248) --- 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101240351.10O3pNYS077266>