Skip to content

Commit b2e08c1

Browse files
test: include multiprocess tests on desktop platforms only (#1284)
* test: exclude multiprocess tests from console platforms * multiprocess tests to be included on specific platforms: desktop & mobile * remove mobile platforms Co-authored-by: Sam Bellomo <[email protected]>
1 parent 1c149d7 commit b2e08c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testproject/Assets/Tests/Runtime/MultiprocessRuntime/testproject.multiprocesstests.asmdef

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
],
88
"optionalUnityReferences": [
99
"TestAssemblies"
10+
],
11+
"includePlatforms": [
12+
"Editor",
13+
"macOSStandalone",
14+
"LinuxStandalone64",
15+
"WindowsStandalone32",
16+
"WindowsStandalone64"
1017
]
1118
}

0 commit comments

Comments
 (0)