aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/LERDGEX-tests
blob: 7fcdb2684f98a984fdc63d5ec47d437e6d929a00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
#
# Build tests for LERDGEX environment
#

# exit on first failure
set -e

#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_LERDGE_X
opt_set SERIAL_PORT 1
exec_test $1 $2 "LERDGE X with Default Configuration" "$3"

# clean up
restore_configs