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

Define tests via yaml #70

Merged
merged 3 commits into from
Oct 16, 2021
Merged

Define tests via yaml #70

merged 3 commits into from
Oct 16, 2021

Conversation

jnikula
Copy link
Owner

@jnikula jnikula commented Oct 13, 2021

Following up on test restructuring, define test cases through having a .yaml file instead of a .c file.

Until now, testcases have been defined by having a .c file. Define test
cases based on .yaml instead.
Now that test cases are based on yaml, and the filenames are derived
from yaml, we don't need the symlinks to define tests that reuse source
files.
Update the examples as the testcases now use different filenames.
Copy link
Collaborator

@BrunoMSantos BrunoMSantos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also a good clean-up. Looks good to me.

@jnikula jnikula merged commit d1b4be0 into master Oct 16, 2021
@jnikula jnikula deleted the define-tests-via-yaml branch October 16, 2021 08:40
@jnikula
Copy link
Owner Author

jnikula commented Oct 16, 2021

Thanks for the review!

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