0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-18 15:21:25 +00:00
MarlinFirmware/Marlin/tests
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
..
core Add additional unit tests for types.h (#26994) 2024-04-20 23:59:43 -07:00
feature 🎨Match unit test folder structure to code (#26990) 2024-04-20 17:00:07 -07:00
gcode Add unit testing framework (#26948) 2024-04-13 12:06:08 -07:00
README.md Add unit testing framework (#26948) 2024-04-13 12:06:08 -07:00

These test files are executed by the unit-tests built from the <root>/test folder.

These are placed outside of the main PlatformIO test folder so we can collect all test files and compile them into multiple PlatformIO test binaries. This enables tests to be executed against a variety of Marlin configurations.

To execute these tests, refer to the top-level Makefile.