aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue17/testsuite.sh
blob: d5b08e91868789a972d7a0750919e5f639a65594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
analyze cond_assign_var.vhdl
elab_simulate cond_assign_var

analyze cond_assign_sig.vhdl
elab_simulate cond_assign_sig

analyze cond_assign_proc.vhdl
elab_simulate cond_assign_proc

clean

echo "Test successful"