aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1311/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-15 07:36:29 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-15 07:36:29 +0200
commitbc31638a6c7ab04bc5e71941dd69ff13e9d19ec7 (patch)
tree3feb8db0f50d19e84ed78da6bff1506cef45b94c /testsuite/synth/issue1311/testsuite.sh
parentc8c834c7c3934214fb039e8100eda2d8535c7174 (diff)
downloadghdl-bc31638a6c7ab04bc5e71941dd69ff13e9d19ec7.tar.gz
ghdl-bc31638a6c7ab04bc5e71941dd69ff13e9d19ec7.tar.bz2
ghdl-bc31638a6c7ab04bc5e71941dd69ff13e9d19ec7.zip
testsuite/synth: add a test for #1311
Diffstat (limited to 'testsuite/synth/issue1311/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1311/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1311/testsuite.sh b/testsuite/synth/issue1311/testsuite.sh
new file mode 100755
index 000000000..d580d8433
--- /dev/null
+++ b/testsuite/synth/issue1311/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_tb issue
+
+echo "Test successful"