common code tests don't run directly. they only run when materialized for a specific platform
h
hallvard
01/25/2019, 9:25 AM
Hm... So the tests have some sort of implicit expect/actual around them?
j
jw
01/25/2019, 2:37 PM
Common code whether it's for tests or the main source set isn't compiled and exists only in source form. You have to pick a platform before it can be compiled or run