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

#exit 0
. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze adder.vhdl
elab_simulate adder

clean

echo "Test successful"