aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/sanguino1284p-tests
blob: 55cdf418da98317089ff5e31b1b0ed8816c45458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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