aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-29 12:21:41 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-29 16:05:05 -0700
commitfe5336ec1f9f27045f2c27ac253285c8447aa653 (patch)
treee3746ee0ea69a64a91ea45ddc0f38dfb2bbd4289 /tests/CMakeLists.txt
parenta25ff30c96e41273cb8ac292667195f1861d4f50 (diff)
downloadnng-fe5336ec1f9f27045f2c27ac253285c8447aa653.tar.gz
nng-fe5336ec1f9f27045f2c27ac253285c8447aa653.tar.bz2
nng-fe5336ec1f9f27045f2c27ac253285c8447aa653.zip
fixes #419 Remove the "convey" meta test
The test itself is not sanitizer friendly, and we don't need to do this meta testing; convey already does it in it's own repo.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 31b5fe29..9ba25882 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -38,13 +38,6 @@ include_directories(AFTER SYSTEM ${PROJECT_SOURCE_DIR}/src)
if (NNG_TESTS)
- # convey tests -- verify the test framework works!
- add_executable(convey_test convey_test.c convey.c)
- target_link_libraries (convey_test Threads::Threads)
- add_test (NAME convey_test COMMAND convey_test
- -v -d -p ENV_TEST=ON -p ANOTHERNAME -p AGAIN=yes extra)
- set_tests_properties (convey_test PROPERTIES TIMEOUT 2)
-
set (NNG_TEST_PORT 13000)
macro (add_nng_test NAME TIMEOUT)
add_executable (${NAME} ${NAME}.c convey.c)