Firmware2/buildroot/share/tests/STM32F103RC_fysetc-tests
2019-09-29 02:04:53 -05:00

17 lines
256 B
Bash

#!/usr/bin/env bash
#
# Build tests for STM32F103RC FYSETC
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs "FYSETC/Cheetah 1.2/base"
exec_test $1 $2 "Cheetah 1.2 Configuration"
# clean up
restore_configs