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

Removed test and doc from target all in Makefile #126

Merged
merged 2 commits into from Jul 1, 2014
Merged

Removed test and doc from target all in Makefile #126

merged 2 commits into from Jul 1, 2014

Conversation

jfacorro
Copy link
Contributor

When running tests with erlang.mk and using meck as a test dependency, all of meck's tests are always run before the project's, which consumes some considerable time when running tests. This is due to the fact that erlang.mk executes make for each dependency when building the tests and the all target in the meck's Makefile includes the target test.

…g the execution of tests when using erlang.mk and meck as a test dependency.
@eproxus
Copy link
Owner

eproxus commented Jun 23, 2014

Can you also change the README.md so that the instructions for running the tests are correct? Also please add instructions for building the documentation separately.

@jfacorro
Copy link
Contributor Author

@eproxus I've updated the README to indicate how to run the tests and generate de documentation. Please let me know if you think there'a anything else missing or that can be improved.

eproxus added a commit that referenced this pull request Jul 1, 2014
Removed test and doc from target all in Makefile
@eproxus eproxus merged commit 3fa3e9b into eproxus:master Jul 1, 2014
@eproxus
Copy link
Owner

eproxus commented Jul 1, 2014

Looks good.

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

Successfully merging this pull request may close these issues.

None yet

2 participants