aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/mks_robin_stm32-tests
blob: e250dceca255fbe89186635779c2c0d55cad98a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
#
# Build tests for MKS Robin (HAL/STM32)
#

# exit on first failure
set -e

use_example_configs Mks/Robin
exec_test $1 $2 "MKS Robin base configuration" "$3"

# cleanup
restore_configs