Balance mega tests, shorten some env names
This commit is contained in:
parent
870a1f753a
commit
736521a3f1
15 changed files with 206 additions and 208 deletions
17
buildroot/share/tests/sanguino644p-tests
Normal file
17
buildroot/share/tests/sanguino644p-tests
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for AVR ATmega 644p
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue