tarlz: add a TEST_TARGET directive.

This commit is contained in:
fcambus 2022-11-13 16:15:13 +00:00
parent 4fe1b80646
commit 0b6e062b80
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2022/10/24 07:49:42 fcambus Exp $
# $NetBSD: Makefile,v 1.2 2022/11/13 16:15:13 fcambus Exp $
DISTNAME= tarlz-0.22
CATEGORIES= archivers
@ -21,5 +21,7 @@ CONFIGURE_ARGS+= LDFLAGS="${LDFLAGS}"
INFO_FILES= yes
TEST_TARGET= check
.include "../../archivers/lzlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"