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

Tests should use CTest #843

Closed
sithhell opened this issue Sep 10, 2013 · 4 comments
Closed

Tests should use CTest #843

sithhell opened this issue Sep 10, 2013 · 4 comments

Comments

@sithhell
Copy link
Member

We currently rely on a custom testing script. CMake provides an extensive framework for running tests. This includes a nice dashboard to see which tests failed.

@ghost ghost assigned sithhell Sep 10, 2013
sithhell added a commit that referenced this issue Sep 11, 2013
@hkaiser
Copy link
Member

hkaiser commented Sep 25, 2013

Before this change it was possible to pass arbitrary arguments to all tests by saying:

make HPX_TEST_ARGUMENTS=<...>  tests

This functionality was very useful for instance to force the tests to use a specific parcel port or similar.

@sithhell
Copy link
Member Author

Good point. I missed that during the switch.

@hkaiser
Copy link
Member

hkaiser commented Sep 25, 2013

I think we need to pass any additional arguments using hpx_run_tests.py ... --args <...>

@sithhell
Copy link
Member Author

Works again.

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

2 participants