aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/004all08/testsuite.sh
blob: 2a412d24a7bd748db1b988d50ac2813c3440ac1b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS="--std=08"
analyze all08.vhdl

clean

echo "test successful"