aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1440/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1440/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue1440/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue1440/testsuite.sh b/testsuite/gna/issue1440/testsuite.sh
index fdbd32d58..1c1885460 100755
--- a/testsuite/gna/issue1440/testsuite.sh
+++ b/testsuite/gna/issue1440/testsuite.sh
@@ -6,6 +6,17 @@ export GHDL_STD_FLAGS=--std=08
analyze tb_last_value_bug.vhdl
elab_simulate tb_last_value_bug --stop-time=50ns
+analyze tb2.vhdl
+elab_simulate tb2
+
+clean
+
+export GHDL_STD_FLAGS=--std=87
+
+analyze tb2.vhdl
+elab_simulate_failure tb2
+
clean
+
echo "Test successful"