mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 15:39:08 +00:00
Start testing move.
This commit is contained in:
parent
15c90e546f
commit
46686b4b9c
@ -41,6 +41,7 @@
|
||||
// eori_andi_ori
|
||||
// lea
|
||||
// lslr_aslr_roxlr_rolr
|
||||
// move_tofrom_srccr
|
||||
|
||||
// Issues to fix:
|
||||
//
|
||||
@ -69,7 +70,7 @@
|
||||
|
||||
- (void)setUp {
|
||||
// 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:@[@"move.json"]];
|
||||
// _testSet = [NSSet setWithArray:@[@"LINK.w 0007"]];
|
||||
// _fileSet = [NSSet setWithArray:@[@"jmp_jsr.json"]];
|
||||
// _testSet = [NSSet setWithArray:@[@"CHK 41a8"]];
|
||||
|
Loading…
x
Reference in New Issue
Block a user