aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/case01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/case01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/case01/testsuite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/case01/testsuite.sh b/testsuite/synth/case01/testsuite.sh
index 8ff30eaf1..519aaff89 100755
--- a/testsuite/synth/case01/testsuite.sh
+++ b/testsuite/synth/case01/testsuite.sh
@@ -6,4 +6,6 @@ for t in case01 case02 case03 case04; do
synth_tb $t
done
+synth case05.vhdl -e case05 > syn_case05.vhdl
+
echo "Test successful"