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

unit test run and -dce full, broken - simple fix needed: @:keep #74

Open
sebpatu opened this issue Oct 29, 2013 · 0 comments
Open

unit test run and -dce full, broken - simple fix needed: @:keep #74

sebpatu opened this issue Oct 29, 2013 · 0 comments
Labels

Comments

@sebpatu
Copy link

sebpatu commented Oct 29, 2013

Hi,
thanks for the very usefull framework.
i tried to unit test a project in full release mode, using -dce full
but it will delete all TestSuite code.
The fix is quite simple:
please add @:keepSub at class TestSuite definition.
and add @:keep for generated file ExampleTest.hx, because each Test.hx class need to be keot also

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants