aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-22 21:22:20 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-22 21:22:20 -0700
commit4de579a2617bfa1ee501a1669f3c351511135b2f (patch)
treec15c13b110b6c2fd1702ae6e0b2a23acefb9e15c /tests/CMakeLists.txt
parentbeca672e36109bf8f49c260257882fc3e9cea034 (diff)
downloadnng-4de579a2617bfa1ee501a1669f3c351511135b2f.tar.gz
nng-4de579a2617bfa1ee501a1669f3c351511135b2f.tar.bz2
nng-4de579a2617bfa1ee501a1669f3c351511135b2f.zip
Remove the libnanomsg compatibility layer
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 35a3b44f..2fcc331e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -148,32 +148,5 @@ add_nng_test1(zt 60 NNG_TRANSPORT_ZEROTIER)
add_nng_test(reqctx 5)
add_nng_test(reqstress 60)
-# compatibility tests
-# We only support these if ALL the legacy protocols are supported. This
-# is because we don't want to make modifications to partially enable some
-# of these tests. Folks minimizing the library probably don't care too
-# much about these anyway.
-if (NNG_ENABLE_COMPAT)
- add_nng_compat_test(compat_block 10)
- add_nng_compat_test(compat_bug777 10)
- add_nng_compat_test(compat_bus 10)
- add_nng_compat_test(compat_cmsg 10)
- add_nng_compat_test(compat_msg 10)
- add_nng_compat_test(compat_iovec 10)
- add_nng_compat_test(compat_device 10)
- add_nng_compat_test(compat_pair 10)
- add_nng_compat_test(compat_pipeline 10)
- add_nng_compat_test(compat_poll 10)
- add_nng_compat_test(compat_reqrep 10)
- add_nng_compat_test(compat_survey 10)
- add_nng_compat_test(compat_reqttl 10)
- add_nng_compat_test(compat_shutdown 10)
- add_nng_compat_test(compat_surveyttl 10)
-
- # These are special tests for compat mode, not inherited from the
- # legacy libnanomsg suite.
- add_nng_test(compat_options 5)
-endif()
-
# c++ tests
add_nng_cpp_test(cplusplus_pair 5)