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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

synth_only test

synth_tb test_tf

echo "Test successful"