Tests: Split some RunCMake.XcodeProject cases into a separate test

The `RunCMake.XcodeProject` has many cases and occasionally fails
due to timeout.  Move iOS and other device-specific cases to a new
`RunCMake.XcodeProject-Device` test.
This commit is contained in:
Brad King
2023-05-15 09:50:57 -04:00
parent bafb6e999d
commit a4d114e8cd
34 changed files with 340 additions and 311 deletions

View File

@@ -0,0 +1,4 @@
int main()
{
return 0;
}