#!/bin/sh

set -e

cd /tmp
python3 -c "import myhdl"

echo "done"
