1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-11 14:37:37 +00:00

Introduce failing 'clock' test case.

i.e. a few seconds of the Workbench 1.0 clock application.
This commit is contained in:
Thomas Harte 2021-10-31 16:12:51 -07:00
parent 299d517449
commit 2c1f2edcf2
2 changed files with 1745882 additions and 0 deletions
OSBindings/Mac/Clock SignalTests

File diff suppressed because it is too large Load Diff

@ -235,4 +235,8 @@ using WriteVector = std::vector<std::pair<uint32_t, uint16_t>>;
[self testCase:@"spots"];
}
- (void)testClock {
[self testCase:@"clock"];
}
@end