0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-09 19:28:36 +00:00
MarlinFirmware/buildroot/share/tests/fysetc_STM32F1-tests
2019-08-30 22:37:28 -05:00

16 lines
252 B
Bash

#!/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