1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-24 19:40:22 +00:00

All Unibus VAX: Add execution of CPU hardcore instruction test EVKAA to build

This commit is contained in:
Mark Pizzolato
2018-09-19 14:53:35 -07:00
parent 3c7f79f251
commit 22ad3706bc
6 changed files with 57 additions and 0 deletions

BIN
VAX/tests/evkaa.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,8 @@
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

View File

@@ -0,0 +1,8 @@
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

View File

@@ -0,0 +1,8 @@
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

View File

@@ -0,0 +1,8 @@
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