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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

synth test.vhdl -e test > syn_test.vhdl
analyze syn_test.vhdl
clean

echo "Test successful"