aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-11 19:38:12 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-11 19:38:12 +0200
commitbe8a0febe889ad3211f058df01ad66d2c4f74f50 (patch)
tree6b18be8b83f28bfd6f240c3496be9187e76b15d2 /testsuite/synth
parent1c7b9a1239a011fffea54a67ef09396cbba62e60 (diff)
downloadghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.tar.gz
ghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.tar.bz2
ghdl-be8a0febe889ad3211f058df01ad66d2c4f74f50.zip
testsuite/synth: add a test for previous commit (for #1860)
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"