summaryrefslogtreecommitdiffstats
path: root/src/vnet/CMakeLists.txt
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2018-10-28 20:33:29 -0700
committerFlorin Coras <fcoras@cisco.com>2018-10-28 20:42:57 -0700
commit9f3b14e311155cb9beb43d6d4f9f775c6be4b187 (patch)
tree13be23d9ae53d44327cf424c37977386be099a8a /src/vnet/CMakeLists.txt
parentf23890138e02d4218c828c427f687f8ecdb0e165 (diff)
session: move test to unittest plugin
Change-Id: I4921054b4e42bac3442d399681b21b613ce8b681 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/CMakeLists.txt')
-rw-r--r--src/vnet/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt
index 94d0d2c1061..5bac7dbc196 100644
--- a/src/vnet/CMakeLists.txt
+++ b/src/vnet/CMakeLists.txt
@@ -1021,7 +1021,6 @@ list(APPEND VNET_SOURCES
session/application_interface.c
session/application_namespace.c
session/segment_manager.c
- session/session_test.c
session/session_api.c
)