Adding arkanoid and nigel mansell test
This commit is contained in:
parent
52bb0987e3
commit
3c7459fb62
|
@ -0,0 +1,7 @@
|
|||
game = 'arkanoid'
|
||||
|
||||
goal = 'warpless'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ])
|
||||
|
||||
goal = 'warps'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ])
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Arkanoid (U) [!].nes",
|
||||
"Expected ROM SHA1": "B2B30C4F30DD853C215C17B0C67CFE63D61A3062",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "warpless.final.state",
|
||||
"Sequence File": "warpless.sol"
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Arkanoid (U) [!].nes",
|
||||
"Expected ROM SHA1": "B2B30C4F30DD853C215C17B0C67CFE63D61A3062",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "warps.final.state",
|
||||
"Sequence File": "warps.sol"
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Nigel Mansell's World Championship Challenge (U) [!].nes",
|
||||
"Expected ROM SHA1": "BBE5CF2DFA0B5422776A530D6F1B617238A8569F",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "anyPercent.final.state",
|
||||
"Sequence File": "anyPercent.sol"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
game = 'nigelMansell'
|
||||
|
||||
goal = 'anyPercent'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ], timeout: 60)
|
Loading…
Reference in New Issue