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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze test

synth_tb test2

clean

echo "Test successful"