mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 16:47:29 +08:00
d10861e478
- 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>
9 lines
274 B
INI
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
|