summaryrefslogtreecommitdiff
path: root/debian/tests/pypy
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 11:58:07 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 11:58:07 -0500
commit2844e86e7f9d02148bfc3880d9b3c749080d5463 (patch)
treeadd48a96a087c206412b8733a1c565dcfefac753 /debian/tests/pypy
parent7d5c3dcd969161322deed6c43f8a6a3cb92c3369 (diff)
add new debian directory
Diffstat (limited to 'debian/tests/pypy')
-rwxr-xr-xdebian/tests/pypy7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/tests/pypy b/debian/tests/pypy
new file mode 100755
index 0000000..78d7096
--- /dev/null
+++ b/debian/tests/pypy
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -efu
+
+cd "$ADTTMP"
+
+echo "=== pypy ==="
+pypy -m unittest discover -v -s $(pypy -c "import zmq, os; print os.path.dirname(zmq.__file__)") 2>&1