Firmware2/buildroot/tests/LERDGEX

18 lines
291 B
Plaintext
Raw Normal View History

2020-07-07 00:08:52 +02: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 07:15:56 +01:00
opt_set MOTHERBOARD BOARD_LERDGE_X SERIAL_PORT 1
exec_test $1 $2 "LERDGE X with Default Configuration" "$3"
2020-07-07 00:08:52 +02:00
# clean up
restore_configs