Fix automatic testing in Debian packaging

This commit is contained in:
Carles Fernandez
2018-03-01 19:37:29 +01:00
parent 0479d2234f
commit c9ae4affc9
+1 -1
View File
@@ -619,7 +619,7 @@ set_property(TEST control_thread_test PROPERTY TIMEOUT 30)
add_executable(flowgraph_test ${CMAKE_CURRENT_SOURCE_DIR}/single_test_main.cc
${CMAKE_CURRENT_SOURCE_DIR}/unit-tests/control-plane/gnss_flowgraph_test.cc )
set_property(TARGET flowgraph_test PROPERTY EXCLUDE_FROM_ALL TRUE)
target_link_libraries(flowgraph_test ${Boost_LIBRARIES}
${GFlags_LIBS}
${GLOG_LIBRARIES}