Created an all-up script runner

This commit is contained in:
maniacbug
2011-07-13 15:41:37 -07:00
parent c624815704
commit af37c345e8
3 changed files with 27 additions and 11 deletions

View File

@@ -1,10 +1,7 @@
The sketches in this directory are intended to be checkin tests.
No code should be pushed to github without these tests passing.
The way I run each test is from within the sketch dir, doing this:
jam p4 p6 && ./runtest.py /dev/tty.usbserial-A40081RP
runtest.py will exit with code 0 on pass code 1 on fail
See "runtests.sh" script inside each sketch dir. This script is fully compatible with
git bisest.
Note that this requires python and py-serial