aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue662/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-09 21:02:22 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-09 21:06:23 +0100
commit7a8a3743fe7e29a44ccf9068c0af7cfc68869aa7 (patch)
tree2e3dacae240689d193a4dcee981a4581ebe5d691 /testsuite/synth/issue662/testsuite.sh
parentd6b15882f1e023e3d68f424e76215c981ab0304b (diff)
downloadghdl-7a8a3743fe7e29a44ccf9068c0af7cfc68869aa7.tar.gz
ghdl-7a8a3743fe7e29a44ccf9068c0af7cfc68869aa7.tar.bz2
ghdl-7a8a3743fe7e29a44ccf9068c0af7cfc68869aa7.zip
testsuite/synth: adjust tests for issue#662
Diffstat (limited to 'testsuite/synth/issue662/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue662/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/issue662/testsuite.sh b/testsuite/synth/issue662/testsuite.sh
index cf8647e76..2ff5d4a7c 100755
--- a/testsuite/synth/issue662/testsuite.sh
+++ b/testsuite/synth/issue662/testsuite.sh
@@ -11,6 +11,9 @@ for test in psl_prev psl_stable psl_rose psl_fell psl_onehot psl_onehot0; do
elab_simulate tb_${test} --stop-time=10ns --asserts=disable-at-0 --assert-level=error
done
+analyze_failure psl_fell_err1.vhdl
+analyze_failure psl_onehot_err.vhdl
+
clean
echo "Test successful"