Skip to content

Commit 873627a

Browse files
Split cover into several files
1 parent 0fc08f3 commit 873627a

18 files changed

+2023
-1412
lines changed

src/cbmc/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
3434
../goto-instrument/full_slicer$(OBJEXT) \
3535
../goto-instrument/nondet_static$(OBJEXT) \
3636
../goto-instrument/cover$(OBJEXT) \
37+
../goto-instrument/cover_basic_blocks$(OBJEXT) \
38+
../goto-instrument/cover_filter$(OBJEXT) \
39+
../goto-instrument/cover_instrument_branch$(OBJEXT) \
40+
../goto-instrument/cover_instrument_condition$(OBJEXT) \
41+
../goto-instrument/cover_instrument_decision$(OBJEXT) \
42+
../goto-instrument/cover_instrument_location$(OBJEXT) \
43+
../goto-instrument/cover_instrument_mcdc$(OBJEXT) \
44+
../goto-instrument/cover_instrument_other$(OBJEXT) \
45+
../goto-instrument/cover_util$(OBJEXT) \
3746
../analyses/analyses$(LIBEXT) \
3847
../langapi/langapi$(LIBEXT) \
3948
../xmllang/xmllang$(LIBEXT) \

src/goto-instrument/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ SRC = accelerate/accelerate.cpp \
1919
concurrency.cpp \
2020
count_eloc.cpp \
2121
cover.cpp \
22+
cover_basic_blocks.cpp \
23+
cover_filter.cpp \
24+
cover_instrument_branch.cpp \
25+
cover_instrument_condition.cpp \
26+
cover_instrument_decision.cpp \
27+
cover_instrument_location.cpp \
28+
cover_instrument_mcdc.cpp \
29+
cover_instrument_other.cpp \
30+
cover_util.cpp \
2231
document_properties.cpp \
2332
dot.cpp \
2433
dump_c.cpp \

0 commit comments

Comments
 (0)