#!/bin/sh
set -efu

cp -a tests "$ADTTMP"
cd "$ADTTMP"

echo "=== pypy ==="
pypy tests/basic_2.py 2>&1
