Marlin/test/002-extruders_1_runout.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

19 lines
547 B
INI

#
# Test configuration with a single extruder and a filament runout sensor
#
[config:base]
ini_use_config = base
# Unit tests must use BOARD_SIMULATED to run natively in Linux
motherboard = BOARD_SIMULATED
# Options to support runout sensors test
filament_runout_sensor = on
fil_runout_pin = 4 # dummy
advanced_pause_feature = on
emergency_parser = on
nozzle_park_feature = on
# Option to support testing parsing with parentheses comments enabled
paren_comments = on