aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1731/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1731/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1731/testsuite.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/synth/issue1731/testsuite.sh b/testsuite/synth/issue1731/testsuite.sh
index 557967b15..196cc2b74 100755
--- a/testsuite/synth/issue1731/testsuite.sh
+++ b/testsuite/synth/issue1731/testsuite.sh
@@ -6,6 +6,10 @@ GHDL_STD_FLAGS=--std=08
synth -gfifo_depth=3 fifo.vhdl axis_conv1d9x1.vhdl -e > syn_axi_conv1d9x1.vhdl
analyze syn_axi_conv1d9x1.vhdl
+
+synth ent.vhdl -e > syn_ent.vhdl
+analyze syn_ent.vhdl
+
clean
echo "Test successful"