Marlin_Firmware/buildroot/tests/LERDGEX

18 lines
291 B
Plaintext
Raw Permalink Normal View History

2020-07-06 17:08:52 -05:00
#!/usr/bin/env bash
#
# Build tests for LERDGEX environment
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
2021-03-03 00:15:56 -06:00
opt_set MOTHERBOARD BOARD_LERDGE_X SERIAL_PORT 1
exec_test $1 $2 "LERDGE X with Default Configuration" "$3"
2020-07-06 17:08:52 -05:00
# clean up
restore_configs