Lab_interaccio/2023/Marlin-2.1.2.1/buildroot/tests/BTT_SKR_SE_BX

17 lines
220 B
Plaintext
Raw Normal View History

2025-02-25 21:29:42 +01:00
#!/usr/bin/env bash
#
# Build tests for BTT_SKR_SE_BX
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs BIQU/BX
exec_test $1 $2 "BIQU/BX" "$3"
# clean up
restore_configs