mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-25 06:30:38 +00:00
ext.json now passes.
This commit is contained in:
parent
282c4121d6
commit
84c165459f
@ -155,7 +155,7 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
|
||||
#endif
|
||||
|
||||
// To limit tests run to a subset of files and/or of tests, uncomment and fill in below.
|
||||
// _fileSet = [NSSet setWithArray:@[@"lslr_aslr_roxlr_rolr.json"]];
|
||||
_fileSet = [NSSet setWithArray:@[@"eor_and_or.json"]];
|
||||
// _testSet = [NSSet setWithArray:@[@"CHK 41a8"]];
|
||||
}
|
||||
|
||||
@ -166,6 +166,7 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
|
||||
//
|
||||
// abcd_sbcd
|
||||
// nbcd
|
||||
// ext
|
||||
|
||||
- (void)testAll {
|
||||
// Get the full list of available test files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user