Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think about ability to unit test in native language instead of haxe. #10

Open
vantreeseba opened this issue Jan 19, 2021 · 0 comments
Open
Assignees

Comments

@vantreeseba
Copy link
Member

vantreeseba commented Jan 19, 2021

Why:

There have been issues with C# output where things work in haxe unit tests, but the actual output code, when referenced as a dll, does not work quite the same.

Implemenation:

Output DLL.
Build a test program linked with DLL.
Have test program output error codes or etc (can we also use nunit or something nice?).
Think about a way to "automate" this and run it as an external test harness (through GH Actions?)

@vantreeseba vantreeseba self-assigned this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant