Firmware2/buildroot/tests/STM32F4-tests
2020-11-17 20:04:28 -06:00

17 lines
255 B
Bash

#!/usr/bin/env bash
#
# Build tests for STM32F4 disco_f407vg
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs STM32/STM32F4
exec_test $1 $2 "STM32F4 Default Configuration" "$3"
# clean up
restore_configs