0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 17:52:57 +00:00
MarlinFirmware/Marlin/tests
Jason Smith d773570cd6
🐛 Fix Flags<N> data storage width (#26995)
* Fix Flags and associated unit tests
2024-04-21 00:24:57 -07:00
..
core 🐛 Fix Flags<N> data storage width (#26995) 2024-04-21 00:24:57 -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.