Skip to content

Commit

Permalink
Add cinemachine as a testable package
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCharton committed Sep 19, 2023
1 parent a96d824 commit 90f8bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Projects/Standalone/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"com.unity.modules.xr": "1.0.0"
},
"testables": [
"com.unity.cinemachine",
"com.unity.cinemachine.tests"
]
}
2 changes: 1 addition & 1 deletion com.unity.cinemachine.tests/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.unity.cinemachine.tests",
"displayName": "Cinemachine Tests",
"type": "tests",
"version": "1.0.0",
"displayName": "Cinemachine Tests",
"dependencies": {
"com.unity.test-framework": "1.1.33"
}
Expand Down

0 comments on commit 90f8bc3

Please sign in to comment.