diff --git a/ports/avr/run_test.exp b/ports/avr/run_test.exp index 7adacad..0bb59db 100755 --- a/ports/avr/run_test.exp +++ b/ports/avr/run_test.exp @@ -1,6 +1,14 @@ #!/usr/bin/env expect -# Start the test (arguments: ) +# Expect script to run an automated test within the AVR simulator (simavr) and +# check for successful completion. +# +# Arguments: +# +# Returns 0 on successful test run within AVR simulator, 1 on failure + + +# Start the test spawn [lindex $argv 0] -m [lindex $argv 1] [lindex $argv 2] # Expect to see the test starting within 10 seconds