aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1168/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-21 17:16:31 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-21 17:16:31 +0100
commit47bd6cb4b5a2465d6961b5d229dd1604f77128b5 (patch)
treeaea3d1ca8a6e66147c6c4af916ff420b54bce9cd /testsuite/synth/issue1168/testsuite.sh
parent134c6ed91339538eeb0c62b25de4c2ea79e89e37 (diff)
downloadghdl-47bd6cb4b5a2465d6961b5d229dd1604f77128b5.tar.gz
ghdl-47bd6cb4b5a2465d6961b5d229dd1604f77128b5.tar.bz2
ghdl-47bd6cb4b5a2465d6961b5d229dd1604f77128b5.zip
testsuite/synth: add test for #1168
Diffstat (limited to 'testsuite/synth/issue1168/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1168/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1168/testsuite.sh b/testsuite/synth/issue1168/testsuite.sh
new file mode 100755
index 000000000..2c2022f16
--- /dev/null
+++ b/testsuite/synth/issue1168/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze bug
+synth_analyze bug2
+
+clean
+
+echo "Test successful"