Tests for `--keep-going`
authorJannis Harder <me@jix.one>
Thu, 24 Mar 2022 15:36:59 +0000 (16:36 +0100)
committerJannis Harder <me@jix.one>
Wed, 30 Mar 2022 09:26:58 +0000 (11:26 +0200)
commit2d3d96478a001f9686d185ecf26373a29bc52b4d
tree5b1461163ca8dd516d6d7a2cd120c5ad2af6a6e5
parent7824460e27eb65cf240ab92e306b4be57eb0b161
Tests for `--keep-going`

This also changes the test Makefile to run `.check.py` files after
running the corresponding `.sby` file to allow more precise testing of
the keep going feature.
tests/.gitignore
tests/Makefile
tests/check_output.py [new file with mode: 0644]
tests/keepgoing_multi_step.check.py [new file with mode: 0644]
tests/keepgoing_multi_step.sby [new file with mode: 0644]
tests/keepgoing_multi_step.sv [new file with mode: 0644]
tests/keepgoing_same_step.check.py [new file with mode: 0644]
tests/keepgoing_same_step.sby [new file with mode: 0644]
tests/keepgoing_same_step.sv [new file with mode: 0644]
tests/keepgoing_smtc.check.py [new file with mode: 0644]
tests/keepgoing_smtc.sby [new file with mode: 0644]