Date: Fri, 8 Jan 2021 19:59:17 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 04a3ba363d13 - main - libregex: re-enable `make check` Message-ID: <202101081959.108JxHR9061994@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 commit 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-01-08 19:57:32 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101081959.108JxHR9061994>