pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-ORBit add "test" target



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79189c9ac087
branches:  trunk
changeset: 530795:79189c9ac087
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jul 09 16:33:43 2007 +0000

description:
add "test" target

diffstat:

 net/py-ORBit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7b79444c611d -r 79189c9ac087 net/py-ORBit/Makefile
--- a/net/py-ORBit/Makefile     Mon Jul 09 15:21:03 2007 +0000
+++ b/net/py-ORBit/Makefile     Mon Jul 09 16:33:43 2007 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index