aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/test/CMakeLists.txt')
-rw-r--r--libtransport/src/test/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtransport/src/test/CMakeLists.txt b/libtransport/src/test/CMakeLists.txt
index b7f14766e..356ee0067 100644
--- a/libtransport/src/test/CMakeLists.txt
+++ b/libtransport/src/test/CMakeLists.txt
@@ -17,7 +17,7 @@
list(APPEND TESTS_SRC
main.cc
test_aggregated_header.cc
- test_auth.cc
+ #######test_auth.cc
# test_consumer_producer_rtc.cc
test_core_manifest.cc
# test_event_thread.cc
@@ -42,11 +42,11 @@ if (ENABLE_RELY)
)
endif()
-if (UNIX AND NOT APPLE)
- list(APPEND TESTS_SRC
- test_memif_connector.cc
- )
-endif()
+#if (UNIX AND NOT APPLE)
+# list(APPEND TESTS_SRC
+# test_memif_connector.cc
+# )
+#endif()
##############################################################