aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1077/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-30 06:25:07 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-30 06:27:05 +0100
commitc83bce97cdb629fc52d5b9f73f9d236c79122ae4 (patch)
tree961bb84fa22461705d153e7ee66fe52c20df829e /testsuite/synth/issue1077/testsuite.sh
parentda1905926cf63e11aceeb60a8dc6a805354473ce (diff)
downloadghdl-c83bce97cdb629fc52d5b9f73f9d236c79122ae4.tar.gz
ghdl-c83bce97cdb629fc52d5b9f73f9d236c79122ae4.tar.bz2
ghdl-c83bce97cdb629fc52d5b9f73f9d236c79122ae4.zip
testsuite/synth: add a test for #1077
Diffstat (limited to 'testsuite/synth/issue1077/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1077/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/synth/issue1077/testsuite.sh b/testsuite/synth/issue1077/testsuite.sh
new file mode 100755
index 000000000..b6f55d91d
--- /dev/null
+++ b/testsuite/synth/issue1077/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+for t in ent; do
+ synth $t.vhdl -e $t > syn_$t.vhdl
+ analyze syn_$t.vhdl
+ clean
+done
+
+echo "Test successful"