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

test profile deps aren't avaliable to ct's make on first run #52

Closed
fishcakez opened this issue Dec 8, 2014 · 4 comments
Closed

test profile deps aren't avaliable to ct's make on first run #52

fishcakez opened this issue Dec 8, 2014 · 4 comments
Labels

Comments

@fishcakez
Copy link
Contributor

On the first rebar3 ct the test profile deps are fetched and compiled. However when common_test tries to compile the files in the test/ directory a make_failed error occurs on first run if they included a *.hrl from a test dep. If rebar3 ct is called a second time the test files are compiled by common_test successfully.

An example is available at https://github.com/fishcakez/squeue/blob/rebar3/rebar.config

@tsloughter
Copy link
Collaborator

Thanks @fishcakez. We are adding tests for stuff like this now so will get this fixed and included in the test suite soon.

@tsloughter
Copy link
Collaborator

Ugh, yea, I know what the issue is. Part of the refactoring of profiles I'm working on. Related to #50

@ferd ferd added the bug label Dec 9, 2014
@tsloughter
Copy link
Collaborator

Should be fixed in master. @fishcakez can you verify and close if it is?

@fishcakez
Copy link
Contributor Author

Verified, thank you.

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

3 participants