Skip to content

Commit

Permalink
[unity]测试类添加到生成列表
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 18, 2024
1 parent 101accb commit f49d98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unity/test/Src/Cases/CrossLang/DelegateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Puerts.UnitTest
{
public delegate void TestCallback(string msg);
class DelegateTestClass
public class DelegateTestClass
{
public TestCallback Callback;

Expand Down
3 changes: 2 additions & 1 deletion unity/test/unity/Assets/Editor/PuerCfg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public static List<Type> binding {
typeof(Puerts.UnitTest.ExtensionTestHelper),
typeof(Puerts.UnitTest.ExtensionTestHelperDerived),
typeof(Puerts.UnitTest.ExtensionTestHelper1),
typeof(Puerts.UnitTest.ExtensionTestHelperDerived1)
typeof(Puerts.UnitTest.ExtensionTestHelperDerived1),
typeof(Puerts.UnitTest.DelegateTestClass)
};
}
}
Expand Down

0 comments on commit f49d98a

Please sign in to comment.