We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1d450 commit def01fcCopy full SHA for def01fc
CMakeLists.txt
@@ -276,7 +276,7 @@ if(DOXYGEN_FOUND)
276
endif(DOXYGEN_FOUND)
277
278
###########################################################################
279
-# Install Unit Tests and Mono Reflection for test converage
+# Install Unit Tests and Mono Reflection for test coverage
280
include(deps/cmake/InstallMonoReflection.cmake)
281
282
if(CMAKE_BUILD_TYPE STREQUAL "Release")
tests/UnityTests/Assets/Editor/PlayModeTests/PlayModeTests.asmdef
@@ -3,6 +3,10 @@
3
"references": [
4
"Autodesk.Fbx"
5
],
6
+ "optionalUnityReferences": [
7
+ "TestAssemblies"
8
+ ],
9
"includePlatforms": [],
- "excludePlatforms": []
10
+ "excludePlatforms": [],
11
+ "allowUnsafeCode": false
12
}
0 commit comments