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
|
2020-11-18 03:04:28 +01:00
|
|
|
exec_test $1 $2 "LERDGE X with Default Configuration" "$3"
|
2020-07-07 00:08:52 +02:00
|
|
|
|
|
|
|
# clean up
|
|
|
|
restore_configs
|