aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug056/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug056/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug056/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/gna/bug056/testsuite.sh b/testsuite/gna/bug056/testsuite.sh
index 8f65b4375..c66636b9d 100755
--- a/testsuite/gna/bug056/testsuite.sh
+++ b/testsuite/gna/bug056/testsuite.sh
@@ -7,6 +7,14 @@ GHDL_STD_FLAGS=--std=08
analyze tb.vhdl
elab_simulate tb
+analyze tb2.vhdl
+elab_simulate tb2
+
+analyze_failure tb3_err.vhdl
+
+analyze tb3.vhdl
+elab_simulate tb3
+
clean
echo "Test successful"