aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket92/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/ticket92/testsuite.sh')
-rwxr-xr-xtestsuite/gna/ticket92/testsuite.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/testsuite/gna/ticket92/testsuite.sh b/testsuite/gna/ticket92/testsuite.sh
index 8a76a9833..be808afa2 100755
--- a/testsuite/gna/ticket92/testsuite.sh
+++ b/testsuite/gna/ticket92/testsuite.sh
@@ -4,8 +4,17 @@
GHDL_STD_FLAGS="--std=08 -fpsl"
-analyze cover_report.vhd
-elab_simulate cover_report
+analyze cover_report2.vhd
+elab_simulate cover_report2
+
+# Submitted case was not correct.
+analyze_failure cover_report.vhd
+
+# Parenthesis not allowed in sequences.
+analyze_failure cover_report3.vhd
+
+analyze cover_report1.vhd
+elab_simulate cover_report1
clean
echo "Test successful"