Files
Marlin/buildroot/tests/BTT_SKR_SE_BX
T
Scott Lahteine a3929b435b Moved BIQU/BX config
2025-10-19 19:01:04 -05:00

14 lines
202 B
Bash
Executable File

#!/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/base
exec_test $1 $2 "BIQU/BX/base" "$3"