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

Test filtering #164

Merged
merged 2 commits into from
Jan 9, 2021
Merged

Test filtering #164

merged 2 commits into from
Jan 9, 2021

Conversation

BastianBlokland
Copy link
Owner

Support running only a subset of the tests, useful for faster iteration times during development.

Also renames all tests to add a [LIBRARY] prefix to allow easier filtering, also it looks pretty :)

 86/145 Test  #86: [parse] Parsing struct declaration statements ...................   Passed    0.00 sec
        Start  87: [parse] Parsing union declaration statements
 87/145 Test  #87: [parse] Parsing union declaration statements ....................   Passed    0.00 sec
        Start  88: [prog] Copy
 88/145 Test  #88: [prog] Copy .....................................................   Passed    0.01 sec
        Start  89: [vm] Execute calls
 89/145 Test  #89: [vm] Execute calls ..............................................   Passed    0.01 sec
        Start  90: [vm] Execute constants
 90/145 Test  #90: [vm] Execute constants ..........................................   Passed    0.01 sec

@BastianBlokland BastianBlokland enabled auto-merge (squash) January 9, 2021 11:05
@BastianBlokland BastianBlokland merged commit 54fc8cb into master Jan 9, 2021
@BastianBlokland BastianBlokland deleted the feature/test-filtering branch January 9, 2021 11:19
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.

1 participant