1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 05:17:17 +00:00
MarlinFirmware/buildroot/tests/melzi_optiboot

14 lines
172 B
Plaintext
Raw Permalink Normal View History

2023-03-19 00:17:21 +00:00
#!/usr/bin/env bash
#
# Build tests for melzi_optiboot
#
# exit on first failure
set -e
#
2023-04-06 22:24:32 +00:00
# Ender-2
2023-03-19 00:17:21 +00:00
#
use_example_configs Creality/Ender-2
2023-04-06 22:24:32 +00:00
exec_test $1 $2 "Ender-2" "$3"