From e8701195e66f2d27ffe17fb514eae8173795aaf7 Mon Sep 17 00:00:00 2001 From: Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:54:23 +0500 Subject: Initial commit --- buildroot/tests/jgaurora_a5s_a1-tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 buildroot/tests/jgaurora_a5s_a1-tests (limited to 'buildroot/tests/jgaurora_a5s_a1-tests') diff --git a/buildroot/tests/jgaurora_a5s_a1-tests b/buildroot/tests/jgaurora_a5s_a1-tests new file mode 100644 index 0000000..e9be89e --- /dev/null +++ b/buildroot/tests/jgaurora_a5s_a1-tests @@ -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 -- cgit v1.2.3