libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

Migrate from Catch2 to Doctest #1264

Closed kammce closed 4 years ago

kammce commented 4 years ago

Feature Request

Doctest will be the defacto testing framework used in SJSU-Dev2 from this point on as it has shorter compile times and a simplier API.

It has almost all of the features SJSU-Dev2 uses for testing with the caveat of not having subcase data generators such as GENERATE from Catch2.