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

As a developer, I should be able to run Maki's test suite automatically, so that I can quickly check my changes for bugs #8

Closed
PappasBrent opened this issue Mar 25, 2024 · 0 comments · Fixed by #21
Assignees
Labels
Feature An improvement to program functionality
Milestone

Comments

@PappasBrent
Copy link
Owner

PappasBrent commented Mar 25, 2024

Maki's test suite must currently be run manually; however it would be nice if it could be run automatically instead.
I've set up automated test suites for Clang-based projects before using llvm-lit, so I could set up such a lit here and then we would just need to annotate Maki's test cases with their expected output.

Automating Maki's test suite would be a significant improvement since it would make it far faster to test the project.
The only obstacles are setting up the boilerplate llvm-lit code and annotating the existing test cases.

Impact 3/5
Effort: 2/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature An improvement to program functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant