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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
for f in free_slice_name.vhdl to_string_real-1.vhdl to_string_real-2.vhdl to_string_real-3.vhdl; do
  run $GHDL -s $GHDL_STD_FLAGS --expect-failure $f
done

clean

echo "Test successful"