Adding more tests
This commit is contained in:
parent
3c7459fb62
commit
b849450b31
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Galaga - Demons of Death (U) [!].nes",
|
||||
"Expected ROM SHA1": "DA54C223D79FA59EB95437854B677CF69B5CAC8A",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "anyPercent.final.state",
|
||||
"Sequence File": "anyPercent.sol"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
game = 'galaga'
|
||||
|
||||
goal = 'anyPercent'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ], timeout: 60)
|
|
@ -10,3 +10,7 @@ subdir('ironSword')
|
|||
subdir('solarJetman')
|
||||
subdir('tennis')
|
||||
subdir('nigelMansell')
|
||||
subdir('galaga')
|
||||
subdir('saintSeiyaOugonDensetsu')
|
||||
subdir('saintSeiyaKanketsuHen')
|
||||
subdir('superMarioBros')
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Saint Seiya - Ougon Densetsu Kanketsu Hen (J) [!].nes",
|
||||
"Expected ROM SHA1": "F871D9B3DAFDDCDAD5F2ACD71044292E5169064E",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "anyPercent.final.state",
|
||||
"Sequence File": "anyPercent.sol"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
game = 'saintSeiyaKanketsuHen'
|
||||
|
||||
goal = 'anyPercent'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ], timeout: 60)
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Rom File": "Saint Seiya - Ougon Densetsu (J) [!].nes",
|
||||
"Expected ROM SHA1": "3F3B499CF50386084E053BCA096AE8E52330CFAE",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "anyPercent.final.state",
|
||||
"Sequence File": "anyPercent.sol"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
game = 'saintSeiyaOugonDensetsu'
|
||||
|
||||
goal = 'anyPercent'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ], timeout: 60)
|
|
@ -0,0 +1,7 @@
|
|||
game = 'superMarioBros'
|
||||
|
||||
goal = 'warps'
|
||||
test(goal, tester, workdir : meson.current_source_dir(), args : [ goal + '.test'], suite: [ game, goal ])
|
||||
|
||||
goal = 'warpless'
|
||||
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": "Super Mario Bros. (W) [!].nes",
|
||||
"Expected ROM SHA1": "EA343F4E445A9050D4B4FBAC2C77D0693B1D0922",
|
||||
"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": "Super Mario Bros. (W) [!].nes",
|
||||
"Expected ROM SHA1": "EA343F4E445A9050D4B4FBAC2C77D0693B1D0922",
|
||||
"Initial State File": "",
|
||||
"Verification State File": "warps.final.state",
|
||||
"Sequence File": "warps.sol"
|
||||
}
|
Loading…
Reference in New Issue