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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_only mwe

synth_tb alias01
synth_tb alias02

echo "Test successful"