Add tests to test-project
This commit is contained in:
19
test-project/Assets/Tests/PlayMode/PlayModeTests.asmdef
Normal file
19
test-project/Assets/Tests/PlayMode/PlayModeTests.asmdef
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "PlayModeTests",
|
||||
"references": [
|
||||
"UnityEngine.TestRunner",
|
||||
"UnityEditor.TestRunner"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": true,
|
||||
"precompiledReferences": [
|
||||
"nunit.framework.dll"
|
||||
],
|
||||
"autoReferenced": false,
|
||||
"defineConstraints": [
|
||||
"UNITY_INCLUDE_TESTS"
|
||||
],
|
||||
"versionDefines": []
|
||||
}
|
||||
Reference in New Issue
Block a user