This repository has been archived on 2020-07-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gitea-marlin2/Marlin-2.0.x-SKR-Mini-E3-V1.2-versionBTT/buildroot/share/tests/STM32F407VE_black-tests
Xavier Perignon f6ab6cb434 reorg
2020-06-15 16:07:19 +02:00

15 lines
255 B
Bash

#!/usr/bin/env bash
#
# Build tests for STM32F407VET6
#
# exit on first failure
set -e
use_example_configs STM32/Black_STM32F407VET6
opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "Full-featured Sample Black STM32F407VET6 config"
# cleanup
restore_configs