2019-08-19 04:29:59 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2020-11-26 06:37:18 +00:00
|
|
|
# Build tests for REMRAM_V1
|
2019-08-19 04:29:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build with the default configurations
|
|
|
|
#
|
|
|
|
restore_configs
|
|
|
|
opt_set MOTHERBOARD BOARD_REMRAM_V1
|
|
|
|
opt_set SERIAL_PORT 1
|
2020-11-18 02:04:28 +00:00
|
|
|
exec_test $1 $2 "Default Configuration" "$3"
|
2019-08-19 04:29:59 +00:00
|
|
|
|
|
|
|
# clean up
|
|
|
|
restore_configs
|