1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00

Introduce additional test cases.

This commit is contained in:
Thomas Harte 2021-10-26 20:58:38 -07:00
parent b10f5ab110
commit 5ebc59dd1f
3 changed files with 78878 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -223,4 +223,12 @@ using WriteVector = std::vector<std::pair<uint32_t, uint16_t>>;
[self testCase:@"window drag"];
}
- (void)testWindowResize {
[self testCase:@"window resize"];
}
- (void)testRAMDiskOpen {
[self testCase:@"RAM disk open"];
}
@end