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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze test2.vhdl
synth test2 > syn_test2.vhdl
clean

echo "Test successful"