Firmware2/buildroot/tests/mks_robin-tests

14 lines
199 B
Plaintext
Raw Normal View History

2019-08-19 06:29:59 +02:00
#!/usr/bin/env bash
#
# Build tests for STM32F1 genericSTM32F103ZE
#
# exit on first failure
set -e
use_example_configs Mks/Robin
exec_test $1 $2 "Default Configuration"
# cleanup
restore_configs