Marlin_Firmware/buildroot/share/tests/megaatmega1280-tests

25 lines
477 B
Plaintext
Raw Normal View History

2019-08-18 23:29:59 -05:00
#!/usr/bin/env bash
#
# Build tests for AVR ATmega1280
#
# exit on first failure
set -e
#
# Build with the default configurations
#
2019-09-02 19:49:58 -05:00
#restore_configs
#exec_test $1 $2 "Default Configuration"
#
# Test MESH_BED_LEVELING feature, with LCD
#
2019-08-18 23:29:59 -05:00
restore_configs
2019-09-11 06:09:59 -05:00
opt_enable SPINDLE_FEATURE MESH_BED_LEVELING G26_MESH_VALIDATION MESH_G28_REST_ORIGIN LCD_BED_LEVELING MESH_EDIT_MENU ULTIMAKERCONTROLLER
2019-09-02 19:49:58 -05:00
exec_test $1 $2 "Spindle, MESH_BED_LEVELING, and LCD"
2019-08-18 23:29:59 -05:00
# clean up
restore_configs