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
fa89fb86
Commit
fa89fb86
authored
Mar 14, 2018
by
Simon Giesecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: Makefile.am missing unity dependencies
Solution: add unity dependencies/flags
parent
9553a1f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
Makefile.am
Makefile.am
+12
-6
No files found.
Makefile.am
View file @
fa89fb86
...
@@ -485,7 +485,8 @@ tests_test_msg_ffn_SOURCES = tests/test_msg_ffn.cpp
...
@@ -485,7 +485,8 @@ tests_test_msg_ffn_SOURCES = tests/test_msg_ffn.cpp
tests_test_msg_ffn_LDADD
=
src/libzmq.la
tests_test_msg_ffn_LDADD
=
src/libzmq.la
tests_test_connect_resolve_SOURCES
=
tests/test_connect_resolve.cpp
tests_test_connect_resolve_SOURCES
=
tests/test_connect_resolve.cpp
tests_test_connect_resolve_LDADD
=
src/libzmq.la
tests_test_connect_resolve_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_connect_resolve_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_immediate_SOURCES
=
tests/test_immediate.cpp
tests_test_immediate_SOURCES
=
tests/test_immediate.cpp
tests_test_immediate_LDADD
=
src/libzmq.la
tests_test_immediate_LDADD
=
src/libzmq.la
...
@@ -510,7 +511,8 @@ tests_test_router_mandatory_hwm_SOURCES = tests/test_router_mandatory_hwm.cpp
...
@@ -510,7 +511,8 @@ tests_test_router_mandatory_hwm_SOURCES = tests/test_router_mandatory_hwm.cpp
tests_test_router_mandatory_hwm_LDADD
=
src/libzmq.la
tests_test_router_mandatory_hwm_LDADD
=
src/libzmq.la
tests_test_router_handover_SOURCES
=
tests/test_router_handover.cpp
tests_test_router_handover_SOURCES
=
tests/test_router_handover.cpp
tests_test_router_handover_LDADD
=
src/libzmq.la
tests_test_router_handover_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_router_handover_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_probe_router_SOURCES
=
tests/test_probe_router.cpp
tests_test_probe_router_SOURCES
=
tests/test_probe_router.cpp
tests_test_probe_router_LDADD
=
src/libzmq.la
tests_test_probe_router_LDADD
=
src/libzmq.la
...
@@ -579,7 +581,8 @@ tests_test_req_relaxed_SOURCES = tests/test_req_relaxed.cpp
...
@@ -579,7 +581,8 @@ tests_test_req_relaxed_SOURCES = tests/test_req_relaxed.cpp
tests_test_req_relaxed_LDADD
=
src/libzmq.la
tests_test_req_relaxed_LDADD
=
src/libzmq.la
tests_test_conflate_SOURCES
=
tests/test_conflate.cpp
tests_test_conflate_SOURCES
=
tests/test_conflate.cpp
tests_test_conflate_LDADD
=
src/libzmq.la
tests_test_conflate_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_conflate_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_inproc_connect_SOURCES
=
tests/test_inproc_connect.cpp
tests_test_inproc_connect_SOURCES
=
tests/test_inproc_connect.cpp
tests_test_inproc_connect_LDADD
=
src/libzmq.la
tests_test_inproc_connect_LDADD
=
src/libzmq.la
...
@@ -609,7 +612,8 @@ tests_test_connect_rid_SOURCES = tests/test_connect_rid.cpp
...
@@ -609,7 +612,8 @@ tests_test_connect_rid_SOURCES = tests/test_connect_rid.cpp
tests_test_connect_rid_LDADD
=
src/libzmq.la
tests_test_connect_rid_LDADD
=
src/libzmq.la
tests_test_bind_src_address_SOURCES
=
tests/test_bind_src_address.cpp
tests_test_bind_src_address_SOURCES
=
tests/test_bind_src_address.cpp
tests_test_bind_src_address_LDADD
=
src/libzmq.la
tests_test_bind_src_address_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_bind_src_address_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_metadata_SOURCES
=
tests/test_metadata.cpp
tests_test_metadata_SOURCES
=
tests/test_metadata.cpp
tests_test_metadata_LDADD
=
src/libzmq.la
tests_test_metadata_LDADD
=
src/libzmq.la
...
@@ -650,7 +654,8 @@ tests_test_pub_invert_matching_SOURCES = tests/test_pub_invert_matching.cpp
...
@@ -650,7 +654,8 @@ tests_test_pub_invert_matching_SOURCES = tests/test_pub_invert_matching.cpp
tests_test_pub_invert_matching_LDADD
=
src/libzmq.la
tests_test_pub_invert_matching_LDADD
=
src/libzmq.la
tests_test_bind_after_connect_tcp_SOURCES
=
tests/test_bind_after_connect_tcp.cpp
tests_test_bind_after_connect_tcp_SOURCES
=
tests/test_bind_after_connect_tcp.cpp
tests_test_bind_after_connect_tcp_LDADD
=
src/libzmq.la
tests_test_bind_after_connect_tcp_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_bind_after_connect_tcp_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_base85_SOURCES
=
tests/test_base85.cpp
tests_test_base85_SOURCES
=
tests/test_base85.cpp
tests_test_base85_LDADD
=
src/libzmq.la
tests_test_base85_LDADD
=
src/libzmq.la
...
@@ -854,7 +859,8 @@ tests_test_poller_SOURCES = tests/test_poller.cpp
...
@@ -854,7 +859,8 @@ tests_test_poller_SOURCES = tests/test_poller.cpp
tests_test_poller_LDADD
=
src/libzmq.la
tests_test_poller_LDADD
=
src/libzmq.la
tests_test_client_server_SOURCES
=
tests/test_client_server.cpp
tests_test_client_server_SOURCES
=
tests/test_client_server.cpp
tests_test_client_server_LDADD
=
src/libzmq.la
tests_test_client_server_LDADD
=
src/libzmq.la
${
UNITY_LIBS
}
tests_test_client_server_CPPFLAGS
=
${
UNITY_CPPFLAGS
}
tests_test_thread_safe_SOURCES
=
tests/test_thread_safe.cpp
tests_test_thread_safe_SOURCES
=
tests/test_thread_safe.cpp
tests_test_thread_safe_LDADD
=
src/libzmq.la
tests_test_thread_safe_LDADD
=
src/libzmq.la
...
...
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