aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1857/testsuite.sh
blob: 02d7fc23501c8a27bab069d70461ce78536f4f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze subtype_test.vhdl tb.vhdl
elab_simulate subtype_test_tb

clean

echo "Test successful"