blob: 6624b6c3c263f765c22bfbf0043259eb3f50a85a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|