We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fabf6 commit 3e0e3a9Copy full SHA for 3e0e3a9
Tests/Editor/StansAssets.Foundation.EditorTests.asmdef
@@ -1,9 +1,9 @@
1
{
2
- "name": "StansAssets.Foundation.EditorTests",
+ "name": "Tests",
3
"references": [
4
- "StansAssets.Foundation",
5
"UnityEngine.TestRunner",
6
- "UnityEditor.TestRunner"
+ "UnityEditor.TestRunner",
+ "StansAssets.Foundation"
7
],
8
"includePlatforms": [
9
"Editor"
@@ -15,7 +15,9 @@
15
"nunit.framework.dll"
16
17
"autoReferenced": false,
18
- "defineConstraints": [],
+ "defineConstraints": [
19
+ "UNITY_INCLUDE_TESTS"
20
+ ],
21
"versionDefines": [],
22
"noEngineReferences": false
23
}
0 commit comments