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

System-Level Testing #47

Open
biosbob opened this issue Nov 8, 2024 · 0 comments
Open

System-Level Testing #47

biosbob opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@biosbob
Copy link
Member

biosbob commented Nov 8, 2024

a minimal set of automated tests applied prior to a new release of zigem

  • ensure that all em.examples.* programs can compile
  • use output from em.bench.coremark/ActiveRunnerP for regression
  • regress program size using select examples
  • use zigem compile --setup option to select between "default" and "sram" setups

ideally this should be invoked via zig build test; in the very near-term this can be implemented via shell scripts (or perhaps a standalone zig program).... maybe a zigem regress sub-command???

these tests could also be supplemented with some manual sanity tests -- such as running the combo example....

@biosbob biosbob added this to the v25.0.3 milestone Nov 8, 2024
@biosbob biosbob added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants