Commit 9528983d authored by Simon Giesecke's avatar Simon Giesecke

Problem: tests without test framework

Solution: migrate to Unity
parent 90a4d268
...@@ -930,7 +930,8 @@ if BUILD_GSSAPI ...@@ -930,7 +930,8 @@ if BUILD_GSSAPI
test_apps += tests/test_security_gssapi test_apps += tests/test_security_gssapi
tests_test_security_gssapi_SOURCES = tests/test_security_gssapi.cpp tests_test_security_gssapi_SOURCES = tests/test_security_gssapi.cpp
tests_test_security_gssapi_LDADD = src/libzmq.la tests_test_security_gssapi_LDADD = src/libzmq.la ${UNITY_LIBS}
tests_test_security_gssapi_CPPFLAGS = ${UNITY_CPPFLAGS}
endif endif
......
...@@ -75,6 +75,11 @@ set(tests ...@@ -75,6 +75,11 @@ set(tests
test_mock_pub_sub test_mock_pub_sub
) )
if(NOT WIN32)
list(APPEND tests
test_security_gssapi)
endif()
if(ZMQ_HAVE_CURVE) if(ZMQ_HAVE_CURVE)
list(APPEND tests list(APPEND tests
test_security_curve) test_security_curve)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment