Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
2745ac31
Unverified
Commit
2745ac31
authored
Apr 18, 2020
by
Doron Somech
Committed by
GitHub
Apr 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3875 from bluca/test
Fix coverage job and appveyor job
parents
ada6f0c0
5a78bad2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
.travis.yml
.travis.yml
+1
-0
CMakeLists.txt
tests/CMakeLists.txt
+5
-4
No files found.
.travis.yml
View file @
2745ac31
...
...
@@ -46,6 +46,7 @@ matrix:
dist
:
precise
-
env
:
BUILD_TYPE=coverage CURVE=tweetnacl DRAFT=enabled
os
:
linux
dist
:
xenial
addons
:
apt
:
packages
:
...
...
tests/CMakeLists.txt
View file @
2745ac31
...
...
@@ -218,6 +218,11 @@ if(WIN32)
add_definitions
(
-D_CRT_NONSTDC_NO_DEPRECATE
)
endif
()
# Does not work, times out every time
if
(
WIN32
)
list
(
REMOVE_ITEM tests test_many_sockets
)
endif
()
foreach
(
test
${
tests
}
)
# target_sources not supported before CMake 3.1
if
(
ZMQ_HAVE_CURVE AND
${
test
}
MATCHES test_security_curve
)
...
...
@@ -271,10 +276,6 @@ if(ZMQ_HAVE_CURVE)
endif
()
set_tests_properties
(
test_heartbeats PROPERTIES TIMEOUT 60
)
if
(
WIN32 AND
${
POLLER
}
MATCHES
"epoll"
)
set_tests_properties
(
test_many_sockets PROPERTIES TIMEOUT 120
)
endif
()
if
(
WIN32 AND ENABLE_DRAFTS
)
set_tests_properties
(
test_radio_dish PROPERTIES TIMEOUT 30
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment