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

change detection of valid modules for eunit #1018

Merged
merged 1 commit into from
Jan 17, 2016

Conversation

talentdeficit
Copy link
Contributor

beam_lib:chunks(..) needs a path to object code which, frustratingly,
code:which/1 won't return for cover compiled modules. instead just
assume that if code:which/1 doesn't return non_existing a module
is something we can run tests on

fixes #1014

`beam_lib:chunks(..)` needs a path to object code which, frustratingly,
`code:which/1` won't return for cover compiled modules. instead just
assume that if `code:which/1` doesn't return `non_existing` a module
is something we can run tests on
@ferd
Copy link
Collaborator

ferd commented Jan 14, 2016

That does seem reasonable. +1.

ferd added a commit that referenced this pull request Jan 17, 2016
change detection of valid modules for `eunit`
@ferd ferd merged commit ec7245b into erlang:master Jan 17, 2016
@yurrriq
Copy link

yurrriq commented Jan 17, 2016

Thanks!

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

Successfully merging this pull request may close these issues.

Cover breaks eunit --suite option
3 participants