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

All tests fail with "make test" #871

Closed
eschnett opened this issue Sep 23, 2013 · 2 comments
Closed

All tests fail with "make test" #871

eschnett opened this issue Sep 23, 2013 · 2 comments
Assignees
Milestone

Comments

@eschnett
Copy link
Contributor

The real command is apparently "make tests". "make test" should then be disabled; it seems to run the test without building them first.

@eschnett
Copy link
Contributor Author

I run "make; make install; make test" from the build directory. This tries to run all tests without building them first. "make tests" builds the tests, after which "make test" can also run them successfully.

I have the MPI parcelport enabled.

@ghost ghost assigned hkaiser and sithhell Sep 24, 2013
@sithhell
Copy link
Member

This is a problem with cmake: http://public.kitware.com/Bug/view.php?id=8774
From the bug history at cmake bug tracker, it is unlikely to get fixed soon. Unfortunately, the test target can not be disabled.
However, proper documentation will be added (see #872)

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

No branches or pull requests

3 participants