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

Drop cmake test logic and just run test.sh #359

Merged
merged 1 commit into from
Jul 30, 2017
Merged

Conversation

rfjakob
Copy link
Collaborator

@rfjakob rfjakob commented Jul 30, 2017

We had the situation that "make test" runs the test suite but does not
show useful error messages (see
#358 for an example).

"make check" did the right thing by using the "--output-on-failure"
feature, but depended on "make test" being available as well. This
means users will continue to run "make test".

This commits drops the cmake test logic and adds a dumb "make test"
target that simply runs test.sh.

We had the situation that "make test" runs the test suite but does not
show useful error messages (see
vgough#358 for an example).

"make check" did the right thing by using the "--output-on-failure"
feature, but depended on "make test" being available as well. This
means users will continue to run "make test".

This commits drops the cmake test logic and adds a dumb "make test"
target that simply runs test.sh.
@rfjakob rfjakob merged commit 9e394a4 into vgough:master Jul 30, 2017
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.

1 participant