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