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
da14bb4b
Commit
da14bb4b
authored
May 13, 2016
by
Bitiquinho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ZMQ_DGRAM tests to build (Makefile.am and CMakeLists.txt)
parent
94c53e54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.am
Makefile.am
+2
-1
CMakeLists.txt
tests/CMakeLists.txt
+1
-0
No files found.
Makefile.am
View file @
da14bb4b
...
...
@@ -401,7 +401,8 @@ test_apps = \
tests/test_sockopt_hwm
\
tests/test_heartbeats
\
tests/test_stream_exceeds_buffer
\
tests/test_pub_invert_matching
tests/test_pub_invert_matching
\
tests/test_dgram
tests_test_ancillaries_SOURCES
=
tests/test_ancillaries.cpp
tests_test_ancillaries_LDADD
=
src/libzmq.la
...
...
tests/CMakeLists.txt
View file @
da14bb4b
...
...
@@ -121,6 +121,7 @@ IF (ENABLE_DRAFTS)
test_radio_dish
test_udp
test_scatter_gather
test_dgram
)
ENDIF
(
ENABLE_DRAFTS
)
...
...
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