Skip to content

Commit 01366bd

Browse files
adding test constraint to test asmdef (#639)
1 parent f768ba4 commit 01366bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Packages/com.unity.multiplayer.samples.coop/Utilities/Testing/com.unity.multiplayer.samples.utilities.testing.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"nunit.framework.dll"
1313
],
1414
"autoReferenced": true,
15-
"defineConstraints": [],
15+
"defineConstraints": [
16+
"UNITY_INCLUDE_TESTS"
17+
],
1618
"versionDefines": [],
1719
"noEngineReferences": false
1820
}

0 commit comments

Comments
 (0)