Browse Source

Playmode test asmdef exclude flipped

master
Steve Halliwell 5 years ago
parent
commit
c28dc9c06c
  1. 22
      Assets/Tests/PlayMode/FungusPlayModeTests.asmdef

22
Assets/Tests/PlayMode/FungusPlayModeTests.asmdef

@ -7,23 +7,10 @@
"FungusEditor",
"FungusEditorTests"
],
"includePlatforms": [],
"excludePlatforms": [
"Android",
"BJM",
"iOS",
"LinuxStandalone64",
"Lumin",
"macOSStandalone",
"PS4",
"Switch",
"tvOS",
"WSA",
"WebGL",
"WindowsStandalone32",
"WindowsStandalone64",
"XboxOne"
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
@ -33,5 +20,6 @@
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
"versionDefines": [],
"noEngineReferences": false
}
Loading…
Cancel
Save