#!/bin/sh
set -efu

cd "$ADTTMP"

echo "=== pypy ==="
pypy -m unittest discover -v -s zmq.tests 2>&1
