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

# exit on first failure
set -e

#
# Build with the default configurations
#
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/base"
exec_test $1 $2 "Cheetah 1.2 Configuration" "$3"

# clean up
restore_configs