SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

Use lit to drive unit and lint tests #50

Closed OCHyams closed 5 years ago

OCHyams commented 5 years ago

This patch unifies the testing interface; all tests can be run through llvm-lit.

This makes it easier to run all the tests.

--unittest=off is now default so that unit tests are not run every time DExTer is used.

The documentation has been updated to reflect these changes.

OCHyams commented 5 years ago

NOTE: the style/run.test test fails spectacularly at the moment. This needs to be addressed!

TomWeaver18 commented 5 years ago

LGTM, nice and succinct.