mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-30 00:39:02 +02:00
Separate scripts for AVR and QEMU-ARM commit hooks.
This commit is contained in:
14
tests/commit-tests-avr.sh
Executable file
14
tests/commit-tests-avr.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
cd ../..
|
||||
Reference in New Issue
Block a user