aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/ghdl-issues/xfail1/testsuite.sh
blob: f73af4fed6902d1ec188b8e661762aaf272bd851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

if synth_import --std=08 test.vhdl -e; then
  echo "test is expected to fail"
  exit 1
fi

clean
echo OK