Balance mega tests, shorten some env names
This commit is contained in:
committed by
Scott Lahteine
parent
870a1f753a
commit
736521a3f1
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
|
Reference in New Issue
Block a user