aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2224/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-19 05:25:05 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-19 05:25:05 +0200
commit375491d074dd9f270b5890c8dc0740c47d9efa37 (patch)
tree36f224e67c8cbe1fa1a05c38c5d394321a00217f /testsuite/synth/issue2224/testsuite.sh
parent693466dceafbbca9cf060e4ee8e43b8abf1173cd (diff)
downloadghdl-375491d074dd9f270b5890c8dc0740c47d9efa37.tar.gz
ghdl-375491d074dd9f270b5890c8dc0740c47d9efa37.tar.bz2
ghdl-375491d074dd9f270b5890c8dc0740c47d9efa37.zip
testsuite/synth: add a test for #2224
Diffstat (limited to 'testsuite/synth/issue2224/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2224/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue2224/testsuite.sh b/testsuite/synth/issue2224/testsuite.sh
new file mode 100755
index 000000000..ea723b22a
--- /dev/null
+++ b/testsuite/synth/issue2224/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_only test
+
+echo "Test successful"