summaryrefslogtreecommitdiff
path: root/net/py-ORBit
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-07-09 16:33:43 +0000
committerdrochner <drochner@pkgsrc.org>2007-07-09 16:33:43 +0000
commitc5a0d7d09aed517fa447e7956c7222b56d857abe (patch)
tree999d13e795b317de69fd4d51be04d6475bc9d105 /net/py-ORBit
parent9118800e953fb38b90b8482132f45f8df063885e (diff)
downloadpkgsrc-c5a0d7d09aed517fa447e7956c7222b56d857abe.tar.gz
add "test" target
Diffstat (limited to 'net/py-ORBit')
-rw-r--r--net/py-ORBit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index fd6b03bd97d..56e26e44fac 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/07/06 18:47:37 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2007/07/09 16:33:43 drochner Exp $
#
DISTNAME= pyorbit-2.14.3
@@ -20,6 +20,9 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 24
+do-test:
+ (cd ${WRKSRC}/tests/c-inproc && ${PYTHONBIN} test-c-inproc.py)
+
.include "../../net/ORBit2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/pthread.buildlink3.mk"