mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
Shuffle two more into the working column.
This commit is contained in:
parent
ba8592ceae
commit
ce32957d9d
@ -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.
|
// To limit tests run to a subset of files and/or of tests, uncomment and fill in below.
|
||||||
_fileSet = [NSSet setWithArray:@[
|
_fileSet = [NSSet setWithArray:@[
|
||||||
@"addq_subq.json",
|
// @"bcc.json",
|
||||||
|
|
||||||
// Below this line are passing tests.
|
// Below this line are passing tests.
|
||||||
@"abcd_sbcd.json",
|
@"abcd_sbcd.json",
|
||||||
@"add_sub.json",
|
@"add_sub.json",
|
||||||
@"addi_subi_cmpi.json",
|
@"addi_subi_cmpi.json",
|
||||||
|
@"addq_subq.json",
|
||||||
@"addx_subx.json",
|
@"addx_subx.json",
|
||||||
|
@"dbcc_scc.json",
|
||||||
@"eor_and_or.json",
|
@"eor_and_or.json",
|
||||||
@"nbcd.json",
|
@"nbcd.json",
|
||||||
@"ext.json"]];
|
@"ext.json"]];
|
||||||
// _testSet = [NSSet setWithArray:@[@"SUB 998c"]];
|
// _testSet = [NSSet setWithArray:@[@"ADDQ 05df"]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testAll {
|
- (void)testAll {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user