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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in ent; do
    synth_tb $t
done

echo "Test successful"