From a1a08e6eea7566d180c22f54325d402a5f441760 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Jan 2019 14:55:55 +0100 Subject: [PATCH] add more files in the coverages analysis --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b51d67..e54a4a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -633,8 +633,9 @@ if (COVERALLS) set(COVERAGE_SRCS awesome.c code.c files.c) # Create the coveralls target. + # Also lists the c/cpp files for test purposes coveralls_setup( - "${arpackutil_STAT_SRCS} ${arpacksrc_STAT_SRCS} ${arpacksrc_ICB}" # The source files. + "${arpackutil_STAT_SRCS} ${arpacksrc_STAT_SRCS} ${arpacksrc_ICB} ${parpacksrc_DIR} ${parpackutil_DIR} TESTS/icb_arpack_c.c TESTS/icb_arpack_cpp.cpp" # The source files. ON # If we should upload. "${PROJECT_SOURCE_DIR}/cmake/") # (Optional) Alternate project cmake module path. endif()