aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/REMRAM_V1-tests
blob: f5944ff5af842c38f766f468b5311d25035d92ff (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 REMRAM_V1
#

# exit on first failure
set -e

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

# clean up
restore_configs