KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
50 stars 17 forks source link

Use test-cases for the preprocessor #27

Open Krzmbrzl opened 5 years ago

Krzmbrzl commented 5 years ago

I have created an entire repository of test-case input and what should be the preprocessed output of those tests here: https://github.com/Krzmbrzl/ArmaPreprocessorTestCases

In order to provide the best preprocessor result (in functionality and stability) I think it would be good practice to implement test-cases that might (or might not) be based upon my repo. Either way test-cases should be added.

KoffeinFlummi commented 5 years ago

The infrastructure for those tests is there. If you want to expand on those, I'd welcome a PR.