mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +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.
|
||||
_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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user