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

. ../../testenv.sh

t=record_test
synth $t.vhdl -e $t > syn_$t.vhdl
analyze syn_$t.vhdl

clean

echo "Test successful"