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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

synth_only test
analyze syn_test.vhdl

synth_only func

synth_only snot
clean

echo "Test successful"