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

echo "Test successful"