ci: remove unit tests from circleCI

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Andrea Terzolo
2023-02-09 16:21:06 +01:00
committed by poiana
parent af9fbbcdc6
commit 0d62fb9133
3 changed files with 1 additions and 9 deletions

View File

@@ -61,5 +61,3 @@ add_executable(falco_unit_tests ${FALCO_UNIT_TESTS_SOURCES})
target_include_directories(falco_unit_tests ${FALCO_UNIT_TESTS_INCLUDES})
target_link_libraries(falco_unit_tests ${FALCO_UNIT_TESTS_DEPENDENCIES})
add_dependencies(falco_unit_tests ${FALCO_UNIT_TESTS_LIBRARIES})
# add_test(multiply_gtests falco_unit_tests)