enable more tests

This commit is contained in:
sthen 2019-10-04 20:50:36 +00:00
parent b12ee227d7
commit 049d2bace4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2019/10/03 17:09:08 rsadowski Exp $
# $OpenBSD: Makefile,v 1.18 2019/10/04 20:50:36 sthen Exp $
COMMENT = run arbitrary commands when files change
@ -20,4 +20,10 @@ MAKE_FLAGS = CC="${CC}" \
LDFLAGS="${LDFLAGS}"
FAKE_FLAGS = DESTDIR=""
TEST_DEPENDS = devel/git \
editors/vim
post-test:
cd ${WRKSRC}; HOME=${WRKDIR} ./system_test.sh
.include <bsd.port.mk>