aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/mks_robin_mini-tests
blob: 6675634f3068c32cd975e80b0641dc119edfedcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
#
# Build tests for MKS Robin mini
# (STM32F1 genericSTM32F103VE)
#

# exit on first failure
set -e

use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_MINI
opt_set EXTRUDERS 1
opt_set TEMP_SENSOR_1 0
exec_test $1 $2 "MKS Robin mini" "$3"

# cleanup
restore_configs