Skip to content

Commit f02904e

Browse files
committed
Fix issue with coverage targets not being listed as dependencies
There was a problem with symtab2gb and libour_archive.a not being added as a target during coverage builds, whic was causing some of the tests under cbmc/regression/symtab2gb and cbmc/regression/goto-gcc/archives to fail.
1 parent 892af6b commit f02904e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
149149
"$<TARGET_FILE:jbmc>"
150150
"$<TARGET_FILE:jdiff>"
151151
"$<TARGET_FILE:smt2_solver>"
152+
"$<TARGET_FILE:symtab2gb>"
153+
"libour_archive.a"
152154
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
153155
)
154156
endif()

0 commit comments

Comments
 (0)