Marlin/buildroot/tests/melzi_optiboot

17 lines
200 B
Plaintext
Raw 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"
2023-03-19 00:17:21 +00:00
# clean up
restore_configs