diff options
Diffstat (limited to 'buildroot/tests/mks_robin_stm32-tests')
-rw-r--r-- | buildroot/tests/mks_robin_stm32-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buildroot/tests/mks_robin_stm32-tests b/buildroot/tests/mks_robin_stm32-tests new file mode 100644 index 0000000..e250dce --- /dev/null +++ b/buildroot/tests/mks_robin_stm32-tests @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# +# Build tests for MKS Robin (HAL/STM32) +# + +# exit on first failure +set -e + +use_example_configs Mks/Robin +exec_test $1 $2 "MKS Robin base configuration" "$3" + +# cleanup +restore_configs |