From 529c84d6a1bf2400170263c9e68d9433a70cc43d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 20 Dec 2016 20:59:33 -0800 Subject: Updates to reflect new external convey framework. --- tests/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7a9f5e98..46cae66a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -33,7 +33,7 @@ if (NNG_TESTS) set (TEST_PORT 12100) macro (add_nng_test NAME TIMEOUT) list (APPEND all_tests ${NAME}) - add_executable (${NAME} ${NAME}.c test.c) + add_executable (${NAME} ${NAME}.c convey.c) target_link_libraries (${NAME} ${PROJECT_NAME}) add_test (NAME ${NAME} COMMAND ${NAME} ${TEST_PORT}) set_tests_properties (${NAME} PROPERTIES TIMEOUT ${TIMEOUT}) @@ -52,5 +52,4 @@ else () endmacro (add_nng_perf) endif () -add_nng_test(demo 5) -add_nng_test(list 5) \ No newline at end of file +add_nng_test(list 5) -- cgit v1.2.3-70-g09d2