commit-tests-avr: Remove unnecessary cd.

commit-tests-cortex-m: Created.
This commit is contained in:
Kelvin Lawson
2016-07-14 12:44:11 +01:00
parent a4fefefec2
commit 1adb1e3148
2 changed files with 14 additions and 1 deletions

View File

@@ -11,4 +11,3 @@ cd ports/avr
make clean
make PART=atmega128
make PART=atmega128 simtests
cd ../..

14
tests/commit-tests-cortex-m.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/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