aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-23 18:24:33 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-23 18:24:33 -0800
commit52408ba30c0d2babeab27eae9bf5e91b0d61c8cd (patch)
treeca13ab5e4d633862ec4598849531a3694e80194a /tests/CMakeLists.txt
parent147406fba6a892af36aa2773593412e6289cfe65 (diff)
downloadnng-52408ba30c0d2babeab27eae9bf5e91b0d61c8cd.tar.gz
nng-52408ba30c0d2babeab27eae9bf5e91b0d61c8cd.tar.bz2
nng-52408ba30c0d2babeab27eae9bf5e91b0d61c8cd.zip
Remove the ipc legacy test - everything is covered in the new suite.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2fcc331e..a42dd23a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -129,7 +129,6 @@ add_nng_test(files 5)
add_nng_test1(httpclient 60 NNG_SUPP_HTTP)
add_nng_test1(httpserver 30 NNG_SUPP_HTTP)
add_nng_test(inproc 5)
-add_nng_test(ipc 5)
add_nng_test(ipcsupp 10)
add_nng_test(multistress 60)
add_nng_test(nonblock 60)