#!/bin/sh

set -e

YOSYS="yosys -m ghdl" \
GHDL=ghdl-gcc \
    exec ./testsuite/testsuite.sh
