#! /bin/bash

set -e
set -u

cd "$(dirname "$0")"

./test-exitcodes.py
./test-standard-configs.py
./test-translator.py

py.test ../../src/driver/tests.py

echo
echo "All code tests passed"
