simh-testsetgenerator/VAX/tests/vax780_test.ini

8 lines
268 B
INI

cd VAX/tests
set console telnet=buffered
load evkaa.exe
expect "Hit any key to continue" send "\r"; go
expect [2] "done!" echof "\r\nHareware Core Instruction test EVKAA - Passed"; exit 0
go 200
echof "\r\nHareware Core Instruction test EVKAA - FAILED"
exit 1