aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/enum01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/enum01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/enum01/testsuite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/enum01/testsuite.sh b/testsuite/synth/enum01/testsuite.sh
index 511dcb1f4..4f1d78b1f 100755
--- a/testsuite/synth/enum01/testsuite.sh
+++ b/testsuite/synth/enum01/testsuite.sh
@@ -11,4 +11,6 @@ analyze test_pkg.vhdl syn_test.vhdl tb_test.vhdl
elab_simulate tb_test --ieee-asserts=disable-at-0 --assert-level=error
clean
+synth test_pkg.vhdl test2.vhdl -e test2 > syn_test2.vhdl
+
echo "Test successful"