Files
atomthreads/tests/commit-tests-avr.sh
Kelvin Lawson 1adb1e3148 commit-tests-avr: Remove unnecessary cd.
commit-tests-cortex-m: Created.
2016-07-14 12:44:11 +01:00

14 lines
192 B
Bash
Executable File

#!/bin/bash
# Quit on any error
set -e
# Start at top-level directory
cd `dirname $0`/..
# Build avr and run tests
cd ports/avr
make clean
make PART=atmega128
make PART=atmega128 simtests