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.
This commit is contained in:
Kyle Evans 2021-01-08 13:57:32 -06:00
parent d36b5dbe28
commit 04a3ba363d

View file

@ -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"