From bf30b4498fc919ecd10d98b4ac551dca227c9ed5 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 24 Oct 2015 15:16:58 +0200 Subject: Add the network module to the test_suite Because we added a network unit test --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e9560cc..b16b906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,7 +158,8 @@ target_link_libraries(test_suite bridge utils config - logger) + logger + network) if(USE_DATABASE) target_link_libraries(test_suite -- cgit v1.2.3