Skip to content

Commit 00e5724

Browse files
assembly
1 parent 02df99a commit 00e5724

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

com.unity.toonshader/Tests/Editor/Unity.ToonShader.EditorTests.asmdef

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "Unity.Toonshader.EditorTests",
3+
"rootNamespace": "",
34
"references": [
45
"UnityEngine.TestRunner",
5-
"UnityEditor.TestRunner"
6+
"UnityEditor.TestRunner",
7+
"Unity.Toonshader"
68
],
79
"includePlatforms": [
810
"Editor"
@@ -17,5 +19,6 @@
1719
"defineConstraints": [
1820
"UNITY_INCLUDE_TESTS"
1921
],
20-
"versionDefines": []
22+
"versionDefines": [],
23+
"noEngineReferences": false
2124
}

0 commit comments

Comments
 (0)