diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-29 10:18:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-29 10:18:14 +0000 |
commit | b2f744be283d7528267b763e2a7cfccb33360018 (patch) | |
tree | 4944b281286d4b978f183157561ec4585df6888f /devel | |
parent | 8d8248c955ec1c937c85e8bbdaace81776bc0783 (diff) | |
download | pkgsrc-b2f744be283d7528267b763e2a7cfccb33360018.tar.gz |
add test target
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 2edffa4e36b..cbe8ba35831 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/07/13 18:23:14 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/08/29 10:18:14 drochner Exp $ # DISTNAME= liboil-0.3.6 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_OVERRIDE+= liboil-uninstalled.pc.in PKGCONFIG_OVERRIDE+= liboil.pc.in +TEST_TARGET= check + .include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MSunOS-5.8-*) |