File tree 3 files changed +11
-1
lines changed 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,15 @@ OBJ += ../../$(CPROVER_DIR)/ansi-c/ansi-c$(LIBEXT) \
20
20
../../$(CPROVER_DIR ) /goto-symex/rewrite_union$(OBJEXT ) \
21
21
../../$(CPROVER_DIR ) /pointer-analysis/dereference$(OBJEXT ) \
22
22
../../$(CPROVER_DIR ) /goto-instrument/cover$(OBJEXT ) \
23
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_basic_blocks$(OBJEXT ) \
24
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_filter$(OBJEXT ) \
25
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_branch$(OBJEXT ) \
26
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_condition$(OBJEXT ) \
27
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_decision$(OBJEXT ) \
28
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_location$(OBJEXT ) \
29
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_mcdc$(OBJEXT ) \
30
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_instrument_other$(OBJEXT ) \
31
+ ../../$(CPROVER_DIR ) /goto-instrument/cover_util$(OBJEXT ) \
23
32
../../$(CPROVER_DIR ) /path-symex/path-symex$(LIBEXT ) \
24
33
../../$(CPROVER_DIR ) /miniz/miniz$(OBJEXT ) \
25
34
../../$(CPROVER_DIR ) /json/json$(LIBEXT )
Original file line number Diff line number Diff line change 17
17
18
18
#include < goto-programs/goto_model.h>
19
19
#include < goto-programs/show_goto_functions.h>
20
+ #include < goto-programs/rebuild_goto_start_function.h>
20
21
21
22
#include < analyses/goto_check.h>
22
23
You can’t perform that action at this time.
0 commit comments