git: 04a3ba363d13 - main - libregex: re-enable `make check`
Kyle Evans
kevans at FreeBSD.org
Fri Jan 8 19:59:18 UTC 2021
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248
commit 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248
Author: Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-08 19:57:32 +0000
Commit: Kyle Evans <kevans at 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"
More information about the dev-commits-src-main
mailing list