From 84c165459fb19393b4a5b68625a3c2ff69f4dd9c Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 19 May 2022 16:32:40 -0400 Subject: [PATCH] ext.json now passes. --- OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm index d6cc35f78..a91435ce3 100644 --- a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm @@ -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.