1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 21:36:21 +00:00
MarlinFirmware/Marlin/tests
2024-07-25 15:36:20 -05:00
..
core 👷 Smarter Flags<N> templates (#27309) 2024-07-25 15:36:20 -05: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.