aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2390/testsuite.sh
blob: abb7300fe1fd297231d77908f8c1128bc5a3cc9a (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

synth types.vhdl top.vhdl ram.vhdl ucpu.vhdl rom.vhdl -e > syn_top.vhdl

echo "Test successful"