aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1850/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-01 18:15:37 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-01 18:15:37 +0200
commit18eb592485fc7a002519bec4af8c9536b136410b (patch)
tree9f1c7cba586a8ba0399dd607a672b2c218413537 /testsuite/synth/issue1850/testsuite.sh
parentc8b0cfd14b46f6c8ec011af87c16db58adf85e8b (diff)
downloadghdl-18eb592485fc7a002519bec4af8c9536b136410b.tar.gz
ghdl-18eb592485fc7a002519bec4af8c9536b136410b.tar.bz2
ghdl-18eb592485fc7a002519bec4af8c9536b136410b.zip
testsuite/synth: add a test for previous commit. For #1850
Diffstat (limited to 'testsuite/synth/issue1850/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1850/testsuite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/issue1850/testsuite.sh b/testsuite/synth/issue1850/testsuite.sh
index 81eec2fc2..d155cdf70 100755
--- a/testsuite/synth/issue1850/testsuite.sh
+++ b/testsuite/synth/issue1850/testsuite.sh
@@ -5,4 +5,6 @@
GHDL_STD_FLAGS=--std=08
synth pulse.vhdl detector.psl -e > syn_pulse.vhdl
+synth issue2.vhdl -e issue > syn_issue2.vhdl
+
echo "Test successful"