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

. ../../testenv.sh

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

echo "Test successful"