Skip to content

Commit def01fc

Browse files
authored
Uni-48530-Fixing_playmode_tests_with_new_naming (#250)
*Added back the Test Assemblies
1 parent 7e1d450 commit def01fc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ if(DOXYGEN_FOUND)
276276
endif(DOXYGEN_FOUND)
277277

278278
###########################################################################
279-
# Install Unit Tests and Mono Reflection for test converage
279+
# Install Unit Tests and Mono Reflection for test coverage
280280
include(deps/cmake/InstallMonoReflection.cmake)
281281

282282
if(CMAKE_BUILD_TYPE STREQUAL "Release")

tests/UnityTests/Assets/Editor/PlayModeTests/PlayModeTests.asmdef

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"references": [
44
"Autodesk.Fbx"
55
],
6+
"optionalUnityReferences": [
7+
"TestAssemblies"
8+
],
69
"includePlatforms": [],
7-
"excludePlatforms": []
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false
812
}

0 commit comments

Comments
 (0)