Kirill Zhukov
08/31/2023, 10:50 PMtest and unitTest source set trees? I thought test is for unit tests? 🙃Kirill Zhukov
08/31/2023, 10:55 PMunitTest mostly an Android thing to allow running Android unit tests using Android SDK with stubbed APIs without emulator?Jeff Lockhart
08/31/2023, 11:15 PMKirill Zhukov
08/31/2023, 11:33 PMiosTest? This is for tests that compile and run in Mac hosts, yeah? I haven’t tried but would I be able to run the same tests on iOS simulator, or is there a different source set similar to Android?Jeff Lockhart
09/01/2023, 12:35 AMiosTest runs on a simulator.Kirill Zhukov
09/01/2023, 2:59 AMJeff Lockhart
09/01/2023, 3:01 AM