aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1241/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-18 07:27:26 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-18 07:27:26 +0200
commit9e0de040d782b0ec85e03a359319901c32663e33 (patch)
treef603ee391624ba186fe42f17afe46a800820aeec /testsuite/synth/issue1241/testsuite.sh
parentc261402a951b58e9560a69b9d9822285e7197506 (diff)
downloadghdl-9e0de040d782b0ec85e03a359319901c32663e33.tar.gz
ghdl-9e0de040d782b0ec85e03a359319901c32663e33.tar.bz2
ghdl-9e0de040d782b0ec85e03a359319901c32663e33.zip
testsuite/synth: add a test for #1241
Diffstat (limited to 'testsuite/synth/issue1241/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1241/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1241/testsuite.sh b/testsuite/synth/issue1241/testsuite.sh
new file mode 100755
index 000000000..60399a753
--- /dev/null
+++ b/testsuite/synth/issue1241/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_tb top
+
+echo "Test successful"