aboutsummaryrefslogtreecommitdiff
path: root/src/transport/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/CMakeLists.txt')
-rw-r--r--src/transport/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/CMakeLists.txt b/src/transport/CMakeLists.txt
index 8f05c31..b903a81 100644
--- a/src/transport/CMakeLists.txt
+++ b/src/transport/CMakeLists.txt
@@ -8,3 +8,5 @@ endif()
add_library(transport ${src})
target_include_directories(transport PUBLIC "inc" PRIVATE "privinc")
+enable_testing()
+add_subdirectory(test)