Added 3rd test case, static payload

This commit is contained in:
maniacbug
2011-07-13 21:42:16 -07:00
parent c408c5ef90
commit d436895f7c
2 changed files with 26 additions and 7 deletions

View File

@@ -3,6 +3,9 @@
# Connect p6 to receiver, p4 to sender
jam p4 p6 || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs 3 &
./runtest.py /dev/tty.usbserial-A40081RP 3 || exit 1
kill `jobs -p`
./runtest.py /dev/tty.usbserial-A600eHIs 1 &
./runtest.py /dev/tty.usbserial-A40081RP 1 || exit 1
kill `jobs -p`