-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add expected-fail test for rom with no data accepting everything
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
clrmamepro ( | ||
name "ckmame test db" | ||
version 1 | ||
) | ||
|
||
game ( | ||
name nodata | ||
description "no data" | ||
manufacturer "synth" | ||
year 2024 | ||
rom ( name 04.rom ) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description test single-rom game with no data at all | ||
return 0 | ||
arguments -cFv -e extra -D ../mamedb-no-data.db nodata | ||
file extra/nodata.zip 1-4-ok.zip | ||
file roms/.ckmame.db {} <inline.ckmamedb> | ||
end-of-inline-data | ||
stdout | ||
In game nosize: | ||
game nosize : correct | ||
end-of-inline-data |