1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Shuffle two more into the working column.

This commit is contained in:
Thomas Harte 2022-05-20 11:53:12 -04:00
parent ba8592ceae
commit ce32957d9d

View File

@ -156,17 +156,19 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
// To limit tests run to a subset of files and/or of tests, uncomment and fill in below.
_fileSet = [NSSet setWithArray:@[
@"addq_subq.json",
// @"bcc.json",
// Below this line are passing tests.
@"abcd_sbcd.json",
@"add_sub.json",
@"addi_subi_cmpi.json",
@"addq_subq.json",
@"addx_subx.json",
@"dbcc_scc.json",
@"eor_and_or.json",
@"nbcd.json",
@"ext.json"]];
// _testSet = [NSSet setWithArray:@[@"SUB 998c"]];
// _testSet = [NSSet setWithArray:@[@"ADDQ 05df"]];
}
- (void)testAll {