Skip to content

Commit 3e0e3a9

Browse files
committed
chore: UNITY_INCLUDE_TESTS constraint added
1 parent 00fabf6 commit 3e0e3a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "StansAssets.Foundation.EditorTests",
2+
"name": "Tests",
33
"references": [
4-
"StansAssets.Foundation",
54
"UnityEngine.TestRunner",
6-
"UnityEditor.TestRunner"
5+
"UnityEditor.TestRunner",
6+
"StansAssets.Foundation"
77
],
88
"includePlatforms": [
99
"Editor"
@@ -15,7 +15,9 @@
1515
"nunit.framework.dll"
1616
],
1717
"autoReferenced": false,
18-
"defineConstraints": [],
18+
"defineConstraints": [
19+
"UNITY_INCLUDE_TESTS"
20+
],
1921
"versionDefines": [],
2022
"noEngineReferences": false
2123
}

0 commit comments

Comments
 (0)