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

Add support for release ready directory structure. #4

Merged
merged 1 commit into from Jul 23, 2012

Conversation

blt
Copy link
Contributor

@blt blt commented Jul 23, 2012

This commit introduces support for running tests from apps/
applications. Specifically, any file matching '__test.erl' under apps/ or
top-level test/ will now be considered a test_file, per bin/etest-runner. The
runner invocation has been made to include apps/_/ebin on the code path, as
well.

These changes have been made to support a common multi-application directory
structure.

Signed-off-by: Brian L. Troutwine brian@troutwine.us

This commit introduces support for running tests from apps/
applications. Specifically, any file matching '*_test.erl' under apps/ or
top-level test/ will now be considered a test_file, per bin/etest-runner. The
runner invocation has been made to include apps/*/ebin on the code path, as
well.

These changes have been made to support a common multi-application directory
structure.

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
@complex64
Copy link
Contributor

Excellent, thanks!

complex64 pushed a commit that referenced this pull request Jul 23, 2012
Add support for release ready directory structure.
@complex64 complex64 merged commit 58a15db into wooga:master Jul 23, 2012
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.

None yet

2 participants