Skip to content

Commit 9a2b873

Browse files
committed
Test assembly redefinition
1 parent 76f61a7 commit 9a2b873

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Tests/Runtime/Backtrace.Unity.Tests.Runtime.asmdef

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
"references": [
44
"Backtrace.Unity"
55
],
6-
"optionalUnityReferences": [],
6+
"optionalUnityReferences": [
7+
"TestAssemblies"
8+
],
79
"includePlatforms": [],
810
"excludePlatforms": [],
911
"allowUnsafeCode": false,
1012
"overrideReferences": true,
11-
"precompiledReferences": [],
1213
"autoReferenced": false,
13-
"defineConstraints": [
14-
"UNITY_INCLUDE_TESTS"
15-
]
14+
"defineConstraints": [],
15+
"versionDefines": [],
16+
"noEngineReferences": false
1617
}

0 commit comments

Comments
 (0)