PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Tappy should be an optional depends #441

Closed PaulBone closed 1 year ago

PaulBone commented 2 years ago

Tappy is required by the test target, but it should be optional with a more graceful fallback

PaulBone commented 1 year ago

Since tappy summarises the test output it's not actually required to run the tests. If it's not installed the make test command could run the test suite without post-processing the output. Verify that it returns an error code to the shell if any tests fail (since tappy currently does that also)