aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/match01/testsuite.sh
blob: a0e43259e2d8d706fe74b6300acba70fa1ff8c54 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in match01 match02; do
    synth_tb $t
done

echo "Test successful"