aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1170/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-23 07:29:33 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-23 07:29:33 +0100
commit7e6fc375fcd573489204fbda6cddb863d6a132cc (patch)
tree7812ff6b2b9fbb3d68884ea7449339eb40e35a1f /testsuite/synth/issue1170/testsuite.sh
parentd69e4db4db55c0d5eb549a6554ae0ab6840fcde2 (diff)
downloadghdl-7e6fc375fcd573489204fbda6cddb863d6a132cc.tar.gz
ghdl-7e6fc375fcd573489204fbda6cddb863d6a132cc.tar.bz2
ghdl-7e6fc375fcd573489204fbda6cddb863d6a132cc.zip
testsuite/synth: add a test for #1170
Diffstat (limited to 'testsuite/synth/issue1170/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1170/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1170/testsuite.sh b/testsuite/synth/issue1170/testsuite.sh
new file mode 100755
index 000000000..121ca9a6a
--- /dev/null
+++ b/testsuite/synth/issue1170/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze bug
+clean
+
+echo "Test successful"