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

15 lines
256 B
Bash
Executable File

#!/bin/bash
# Quit on any error
set -e
# Start at top-level directory
cd `dirname $0`/..
# Build qemu-arm-cortex-m and run tests
cd ports/cortex-m
# git submodule?
make clean
make
make BOARD=qemu QEMU=/usr/local/bin/qemu-system-gnuarmeclipse qemutests