aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/oper02/testsuite.sh
blob: 6fb2d7ca4ad7bc2428fd4a0fcd25299683287bca (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; do
    synth_tb $t
done

echo "Test successful"