0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00
MarlinFirmware/buildroot/tests/FYSETC_S6-tests
2021-04-29 08:45:15 -05:00

17 lines
288 B
Bash
Executable file

#!/usr/bin/env bash
#
# Build tests for FYSETC_S6
#
# exit on first failure
set -e
# Build examples
restore_configs
use_example_configs FYSETC/S6
opt_enable MEATPACK
opt_set Y_DRIVER_TYPE TMC2209 Z_DRIVER_TYPE TMC2130
exec_test $1 $2 "FYSETC S6 Example" "$3"
# cleanup
restore_configs