From 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 8 Jan 2021 13:57:32 -0600 Subject: [PATCH] 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 186bb20088c..5e54c3a5312 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"