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:
BIN
VAX/tests/evkaa.exe
Normal file
BIN
VAX/tests/evkaa.exe
Normal file
Binary file not shown.
8
VAX/tests/vax730_test.ini
Normal file
8
VAX/tests/vax730_test.ini
Normal 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
|
||||
8
VAX/tests/vax750_test.ini
Normal file
8
VAX/tests/vax750_test.ini
Normal 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
|
||||
8
VAX/tests/vax780_test.ini
Normal file
8
VAX/tests/vax780_test.ini
Normal 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
|
||||
8
VAX/tests/vax8600_test.ini
Normal file
8
VAX/tests/vax8600_test.ini
Normal 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
|
||||
Reference in New Issue
Block a user