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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in test testrec; do
    synth_tb $t
done

echo "Test successful"