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
9f87f747
Commit
9f87f747
authored
Oct 29, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #725 from ricnewton/master
Sync cmake tests with tests in makefile.am
parents
335cffc1
2b08047d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
24 deletions
+30
-24
CMakeLists.txt
CMakeLists.txt
+30
-24
No files found.
CMakeLists.txt
View file @
9f87f747
...
...
@@ -583,47 +583,53 @@ endif()
enable_testing
()
set
(
tests
test_system
test_immediate
test_connect_resolve
test_ctx_destroy
test_ctx_options
test_disconnect_inproc
test_hwm
test_invalid_rep
test_iov
test_last_endpoint
test_msg_flags
test_pair_inproc
test_pair_tcp
test_probe_router
test_req_correlate
test_req_relaxed
test_reqrep_device
test_reqrep_inproc
test_reqrep_tcp
test_hwm
test_reqrep_device
test_sub_forward
test_invalid_rep
test_msg_flags
test_connect_resolve
test_immediate
test_last_endpoint
test_term_endpoint
test_linger
test_router_mandatory
test_security_curve
test_probe_router
test_stream
test_stream_empty
test_disconnect_inproc
test_ctx_options
test_ctx_destroy
test_security_null
test_security_plain
test_shutdown_stress
test_spec_dealer
test_spec_pushpull
test_spec_rep
test_security_curve
test_iov
test_spec_req
test_spec_rep
test_spec_dealer
test_spec_router
test_sub_forward
test_term_endpoint
test_timeo
test_spec_pushpull
test_req_correlate
test_req_relaxed
test_conflate
test_inproc_connect
test_issue_566
test_proxy
)
test_shutdown_stress
test_timeo
)
if
(
NOT WIN32
)
list
(
APPEND tests
test_monitor
test_pair_ipc
test_reqrep_ipc
test_abstract_ipc
test_stream
)
test_fork
test_proxy
)
endif
()
foreach
(
test
${
tests
}
)
...
...
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