You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 alit
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
The text was updated successfully, but these errors were encountered: