aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1101/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1101/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1101/testsuite.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/synth/issue1101/testsuite.sh b/testsuite/synth/issue1101/testsuite.sh
index 84072497d..7a5fb5397 100755
--- a/testsuite/synth/issue1101/testsuite.sh
+++ b/testsuite/synth/issue1101/testsuite.sh
@@ -2,6 +2,9 @@
. ../../testenv.sh
-synth --std=08 ent.vhdl -e > syn_ent.vhdl
+GHDL_STD_FLAGS=--std=08
+synth ent.vhdl -e > syn_ent.vhdl
+analyze syn_ent.vhdl
+clean
echo "Test successful"