1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 21:36:21 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Scott Lahteine
a955e06259 🎨 Clean up after recent PRs 2024-04-22 18:59:18 -05:00
Jason Smith
d773570cd6
🐛 Fix Flags<N> data storage width (#26995)
* Fix Flags and associated unit tests
2024-04-21 00:24:57 -07:00
Jason Smith
556da2b3fc
Add additional unit tests for types.h (#26994)
* Add more XYval (and similar) unit tests

* Add  Flags tests, with multiple BUGs identified
2024-04-20 23:59:43 -07:00
Jason Smith
9a8fb80eed
🎨Match unit test folder structure to code (#26990) 2024-04-20 17:00:07 -07:00
Jason Smith
19684f23bc
Add unit tests for macros.h (#26968) 2024-04-13 17:49:08 -07:00
Jason Smith
d10861e478
Add unit testing framework (#26948)
- Add a framework to build and execute unit tests for Marlin.
- Enable unit test execution as part of PR checks.

---------

Co-authored-by: Costas Basdekis <costas.basdekis@gmail.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-04-13 12:06:08 -07:00