-
Notifications
You must be signed in to change notification settings - Fork 237
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
Reorganize tests #204
Reorganize tests #204
Conversation
Is seems like for
If the test is invalid it can be removed, otherwise |
Awesome; thanks!!! A reorganization here was way overdue. The Lines 670 to 671 in e023126
Anyway, I suspect the reason I removed that test at some point was just to avoid deciding on what |
About the organization itself: this is best done in a later phase, but I wonder if we shouldn't add a feature to Turnt to avoid the duplication of
That is, we would have a top level ( |
Makes sense to me. I've removed the test. Not exactly what you were going for but you can fake this a little bit with This would be a very cool feature for turnt. Thanks for releasing the 1.6 version. And just to mention, as shown in the commit logs, I've set the Rust github actions to run the tests for |
This addresses #113. See the
test/README.md
for the proposed layout. I've done a best-faith effort to modify the existing test scripts to support this new structure, both in addingturnt
*.toml
files and in modifying any Makefilemake test
commands that I could find(brili
,brilirs
,brilck
andbrilift
).test/ssa-error/ssa-misslabel
had a.err
file but no corresponding.bril
file which seems to have happened with 52a3981 . I'm not sure if this test is suppose to exist or not so I've added it back.