Skip to content

Commit 86ced1a

Browse files
committed
Updated test file name in CMake
1 parent 6f35b92 commit 86ced1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ option(COVERAGE "Generate Coverage Data" OFF)
1818
if (COVERAGE)
1919
include(CodeCoverage)
2020
set(LCOV_REMOVE_EXTRA "'vendor/*'")
21-
setup_target_for_coverage(code_coverage test/cpp-test coverage)
21+
setup_target_for_coverage(code_coverage test/human_detector_tracker_tests coverage)
2222
set(COVERAGE_SRCS src/Robot.cpp src/HumanDetector.cpp include/Humandetector.h include/Rohot.h)
2323

2424
SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")

0 commit comments

Comments
 (0)