diff options
Diffstat (limited to 'buildroot/tests/STM32F103CB_malyan-tests')
-rw-r--r-- | buildroot/tests/STM32F103CB_malyan-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buildroot/tests/STM32F103CB_malyan-tests b/buildroot/tests/STM32F103CB_malyan-tests new file mode 100644 index 0000000..6624b6c --- /dev/null +++ b/buildroot/tests/STM32F103CB_malyan-tests @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# +# Build tests for STM32F103CB Malyan M200 +# + +# exit on first failure +set -e + +use_example_configs Malyan/M200 +exec_test $1 $2 "Malyan M200" "$3" + +# cleanup +restore_configs |