aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1167/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-21 14:05:01 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-21 14:05:01 +0100
commit234741f30661bbf2806fda277b6f16dbfb1a8c1c (patch)
tree6d064fc746d0679716829dd339098b512748b5ba /testsuite/synth/issue1167/testsuite.sh
parent2615e17cd9cbd19e88b3093d30b0011435bd3eb2 (diff)
downloadghdl-234741f30661bbf2806fda277b6f16dbfb1a8c1c.tar.gz
ghdl-234741f30661bbf2806fda277b6f16dbfb1a8c1c.tar.bz2
ghdl-234741f30661bbf2806fda277b6f16dbfb1a8c1c.zip
testsuite/synth: add testcase for #1167
Diffstat (limited to 'testsuite/synth/issue1167/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1167/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue1167/testsuite.sh b/testsuite/synth/issue1167/testsuite.sh
new file mode 100755
index 000000000..2be3b2f1a
--- /dev/null
+++ b/testsuite/synth/issue1167/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze bug
+
+clean
+
+echo "Test successful"