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

. ../../testenv.sh

$GHDL -s --std=08 const_test.vhdl const_test_vunit.vhdl
$GHDL -s --std=08 const_test.vhdl const_test_vunit2.vhdl

clean

echo "Test successful"