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

. ../../testenv.sh

analyze test.vhd
if ghdl_has_feature test ghw; then
  elab_simulate test --wave=test.ghw
fi

clean

echo "Test successful"