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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in test test_orig; do
    synth -de $t.vhdl -e > syn_$t.vhdl
    analyze syn_$t.vhdl
    clean
done

echo "Test successful"