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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure repro.vhdl
analyze_failure ppm.vhdl

clean

echo "Test successful"