0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-10 03:38:34 +00:00
MarlinFirmware/buildroot/share/tests/fysetc_STM32F1-tests

17 lines
252 B
Text
Raw Normal View History

2019-08-19 04:29:59 +00:00
#!/usr/bin/env bash
#
# Build tests for STM32F1 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