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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in min01 max01 uns02 urot01 srot01; do
    synth_tb $t
done

echo "Test successful"