aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth')
-rwxr-xr-xtestsuite/synth/issue1860/testsuite.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/issue1860/testsuite.sh b/testsuite/synth/issue1860/testsuite.sh
index 0525dba11..a7bdc55a6 100755
--- a/testsuite/synth/issue1860/testsuite.sh
+++ b/testsuite/synth/issue1860/testsuite.sh
@@ -4,5 +4,6 @@
GHDL_STD_FLAGS=--std=08
synth test.vhdl test.psl test_sub.vhdl -e test > syn_test.vhdl
+synth test.vhdl test.psl test_sub.vhdl -e > syn_test.vhdl
echo "Test successful"