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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth issue.vhdl issue_psl.vhdl -e > syn_issue.vhdl

echo "Test successful"