Move tests up one level
This commit is contained in:
committed by
Scott Lahteine
parent
2139141f99
commit
40fce56585
17
buildroot/tests/sanguino1284p-tests
Normal file
17
buildroot/tests/sanguino1284p-tests
Normal file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for AVR ATmega 1284p
|
||||
#
|
||||
|
||||
# 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