mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-10 17:56:37 +01:00
commit-tests-avr: Remove unnecessary cd.
commit-tests-cortex-m: Created.
This commit is contained in:
@@ -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
14
tests/commit-tests-cortex-m.sh
Executable 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
|
||||
Reference in New Issue
Block a user