Initial Commit

This commit is contained in:
Weisman, Alex (Contractor-NBCUniversal)
2024-12-14 21:02:53 -05:00
commit 5deccd2b52
2872 changed files with 1664124 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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