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

. ../../testenv.sh

synth int_test.vhdl -e int_test > syn_int_test.vhdl
analyze syn_int_test.vhdl
clean

echo "Test successful"