Firmware2/buildroot/share/tests/megaatmega1280-tests
2019-08-30 22:37:28 -05:00

17 lines
218 B
Bash

#!/usr/bin/env bash
#
# Build tests for AVR ATmega1280
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
exec_test $1 $2 "Default Configuration"
# clean up
restore_configs