Marlin/test/001-default.ini
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

9 lines
274 B
INI

# This file should remain empty except for the motherboard.
# If changes are needed by tests, it should be performed in another configuration.
[config:base]
ini_use_config = base
# Unit tests must use BOARD_SIMULATED to run natively in Linux
motherboard = BOARD_SIMULATED