Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make testbenches selftesting in CI #302

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

dehanj
Copy link
Member

@dehanj dehanj commented Nov 21, 2024

Description

Make testbenches selftesting by:

  1. Exit with the right error code
  2. Comparing the output with the expected result

Fixes # (issues)

Type of change

  • Feature (non breaking change which adds functionality)

Submission checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my changes
  • I have tested and verified my changes on target
  • My changes are well written and CI is passing
  • I have squashed my work to relevant commits and rebased on main for linear history

@dehanj dehanj force-pushed the make_tb_selftesting branch 2 times, most recently from e32f413 to dd20154 Compare November 22, 2024 12:51
@dehanj dehanj changed the title Make tb selftesting Fix timer core bug + testbenches selftesting in CI Nov 22, 2024
@dehanj dehanj marked this pull request as ready for review November 22, 2024 12:52
@dehanj dehanj changed the title Fix timer core bug + testbenches selftesting in CI Make testbenches selftesting in CI Nov 22, 2024
- Exit with the right error code
- Compare against expected value
- Exit with the correct error code
- Check for expected word
- Exit with the right error code
- Exit with the right error code
- Exit with the right exit code
- Comment out uds testbench since it is broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make testbenches self testing, and with correct exit code
1 participant