Skip to content

Commit

Permalink
Test assembly redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Apr 9, 2020
1 parent 76f61a7 commit 9a2b873
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Tests/Runtime/Backtrace.Unity.Tests.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"references": [
"Backtrace.Unity"
],
"optionalUnityReferences": [],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
]
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit 9a2b873

Please sign in to comment.