Firmware2/buildroot/share/tests/STM32F4-tests

17 lines
250 B
Plaintext
Raw Normal View History

2019-08-19 06:29:59 +02:00
#!/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"
# clean up
restore_configs