Tweak tests, consolidate pins target validation (#21254)

This commit is contained in:
Scott Lahteine
2021-03-05 04:30:52 -06:00
parent 5a01cdb81c
commit 7c37a82821
220 changed files with 631 additions and 509 deletions

16
buildroot/tests/jgaurora_a5s_a1 Executable file
View File

@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for STM32F103ZE JGAurora A5S A1
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs JGAurora/A5S
exec_test $1 $2 "JGAurora/A5S Configuration" "$3"
# clean up
restore_configs