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

. ../../testenv.sh

synth_analyze issue
clean

GHDL_STD_FLAGS=--std=08
synth_analyze issue
synth_analyze issue2
synth_analyze issue3
clean

echo "Test successful"