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