Skip to content

Commit 4568179

Browse files
authored
Merge pull request #3011 from sigiesec/migrate-to-unity
Migrate test_reqrep_tcp to unity
2 parents 15b3dcc + 84a3767 commit 4568179

3 files changed

Lines changed: 148 additions & 245 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)