-
Notifications
You must be signed in to change notification settings - Fork 18
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
CMake and CTest refactoring #44
Conversation
In general this looks ok to me, but I don't know coding conventions in the SDSL. I would also argue for keeping one clang instance in the CI. |
52e2ed1
to
c7c1ab3
Compare
c7c1ab3
to
ee1a0a7
Compare
f6d60a2
to
6c4742c
Compare
6c4742c
to
47e7283
Compare
8946268
to
f739d54
Compare
f26ecc4
to
71d7cf9
Compare
…est and bit_vector_test)
- construct test files during build (allowing parallel test execution) - use ctest - custom targets to build tests, examples and tutorials separately
3f80586
to
f329455
Compare
814fc29
to
3bb14c8
Compare
3bb14c8
to
a6d88a2
Compare
I'm merging this now. Jenkins is set up and running, max. job execution time was increased by Travis. The failing tests (that were also failing before) will be addressed in new issues and pull requests. |
This is a draft adressing some of the changes discussed in #39. I included commits from the open PR #40 for now to avoid errors on Travis.
@h-2 Could you start reviewing this? Feel free to comment on the open TODOs: