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/sanguino1284p-tests | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 buildroot/tests/sanguino1284p-tests (limited to 'buildroot/tests/sanguino1284p-tests') diff --git a/buildroot/tests/sanguino1284p-tests b/buildroot/tests/sanguino1284p-tests new file mode 100644 index 0000000..55cdf41 --- /dev/null +++ b/buildroot/tests/sanguino1284p-tests @@ -0,0 +1,28 @@ +#!/usr/bin/env bash +# +# Build tests for AVR ATmega 1284p +# + +# exit on first failure +set -e + +# +# Start with default configurations... +# +restore_configs +opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12 +opt_set LCD_LANGUAGE de +opt_enable MINIPANEL USE_CONTROLLER_FAN CONTROLLER_FAN_EDITABLE +opt_set CONTROLLER_FAN_PIN 27 +exec_test $1 $2 "Default Configuration | MINIPANAL | CONTROLLER_FAN" "$3" + +# +# Start with default configurations... +# +restore_configs +opt_set MOTHERBOARD BOARD_MELZI +opt_enable ZONESTAR_LCD +exec_test $1 $2 "Default Configuration | ZONESTAR_LCD " "$3" + +# clean up +restore_configs -- cgit v1.2.3