Skip to content

Commit c84c3a5

Browse files
committed
Problem: test_reqrep_tcp not yet using unity
Solution: migrate to unity
1 parent 15b3dcc commit c84c3a5

2 files changed

Lines changed: 148 additions & 204 deletions

File tree

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ tests_test_reqrep_inproc_LDADD = src/libzmq.la
460460
tests_test_reqrep_tcp_SOURCES = \
461461
tests/test_reqrep_tcp.cpp \
462462
tests/testutil.hpp
463-
tests_test_reqrep_tcp_LDADD = src/libzmq.la
463+
tests_test_reqrep_tcp_LDADD = src/libzmq.la ${UNITY_LIBS}
464+
tests_test_reqrep_tcp_CPPFLAGS = ${UNITY_CPPFLAGS}
464465

465466
tests_test_hwm_SOURCES = tests/test_hwm.cpp tests/testutil_unity.hpp
466467
tests_test_hwm_LDADD = src/libzmq.la ${UNITY_LIBS}

0 commit comments

Comments
 (0)