Skip to content

Commit 72704e2

Browse files
committed
Add core package to testables for Unity tests
Include com.ivanmurzak.unity.mcp in the "testables" arrays so test assemblies can access the core package. Updated Unity-Package/Packages/manifest.json and Unity-Tests manifests for 2022.3.62f3, 2023.2.22f1, and 6000.3.1f1 to add the package alongside the existing particlesystem testable.
1 parent 1cc1f5e commit 72704e2

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Unity-Package/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"org.nuget.r3"
3232
]
3333
}
34-
]
34+
],
35+
"testables": ["com.ivanmurzak.unity.mcp"]
3536
}

Unity-Tests/2022.3.62f3/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
]
4646
}
4747
],
48-
"testables": ["com.ivanmurzak.unity.mcp.particlesystem"]
48+
"testables": ["com.ivanmurzak.unity.mcp.particlesystem", "com.ivanmurzak.unity.mcp"]
4949
}

Unity-Tests/2023.2.22f1/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
]
4949
}
5050
],
51-
"testables": ["com.ivanmurzak.unity.mcp.particlesystem"]
51+
"testables": ["com.ivanmurzak.unity.mcp.particlesystem", "com.ivanmurzak.unity.mcp"]
5252
}

Unity-Tests/6000.3.1f1/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
]
5050
}
5151
],
52-
"testables": ["com.ivanmurzak.unity.mcp.particlesystem"]
52+
"testables": ["com.ivanmurzak.unity.mcp.particlesystem", "com.ivanmurzak.unity.mcp"]
5353
}

0 commit comments

Comments
 (0)