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

Add basic test infrastructure #192

Merged
merged 3 commits into from
Mar 29, 2018
Merged

Add basic test infrastructure #192

merged 3 commits into from
Mar 29, 2018

Conversation

sigiesec
Copy link
Member

No description provided.

Solution: integrate googletest, with non-cppzmq test case for a start
Solution: add coveralls
Solution: add dependency on cppzmq
@bluca bluca merged commit 7db13d3 into zeromq:master Mar 29, 2018
@@ -7,9 +7,9 @@ install_zeromq() {

mkdir libzmq
cd libzmq
curl -L https://github.com/zeromq/libzmq/releases/download/v${ZMQ_VERSION}/zeromq-${ZMQ_VERSION}.tar.gz >zeromq.tar.gz
curl -L https://github.com/zeromq/libzmq/archive/v${ZMQ_VERSION}.tar.gz >zeromq.tar.gz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we want to keep people using cmake with the distributable tarball, maybe it should use it here as it would be a good test case

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.

None yet

2 participants