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

Run tests in batch mode specified by selector #435

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Jan 6, 2024

What

Run tests in batch mode specified by selector

Why

It speeds up development if we can run just a few or even one test case at the time. Leverage the ert package use of test selectors to specify which test cases to run.

Note

Run all hyrolo tests

make test SELECTOR=hyrolo

Bonus. Control size of backtraces so that we get more info on errors. For full backtrace add command line argument FULL_BT=

make test SELECTOR=hyrolo FULL_BT=

Run all hyrolo tests

  make test SELECTOR=hyrolo

Bonus. Control size of backtraces so that we get more info on
errors. For full backtrace add command line argument FULL_BT=

  make test SELECTOR=hyrolo FULL_BT=
@matsl matsl requested a review from rswgnu January 6, 2024 16:11
@rswgnu rswgnu merged commit c365354 into rsw Jan 6, 2024
@matsl matsl deleted the matsl-rsw-run-tests-specified-by-selector branch January 6, 2024 23:50
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.

None yet

2 participants