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

# exit on first failure
set -e

restore_configs
use_example_configs STM32/Black_STM32F407VET6
opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "Full-featured Sample Black STM32F407VET6 config" "$3"

# cleanup
restore_configs