Rename commit-tests-qemu-arm.

This commit is contained in:
Kelvin Lawson
2016-07-14 12:41:38 +01:00
parent 8d7d07c202
commit a4fefefec2
2 changed files with 1 additions and 1 deletions

13
tests/commit-tests-arm.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Quit on any error
set -e
# Start at top-level directory
cd `dirname $0`/..
# Build qemu-arm and run tests
cd ports/arm/platforms/qemu_integratorcp
make clean
make
make qemutests