We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb140e commit ccfc907Copy full SHA for ccfc907
src/hw-cbmc/Makefile
@@ -6,6 +6,7 @@ OBJ+= $(CPROVER_DIR)/goto-checker/goto-checker$(LIBEXT) \
6
$(CPROVER_DIR)/cbmc/cbmc_parse_options$(OBJEXT) \
7
$(CPROVER_DIR)/goto-instrument/cover$(OBJEXT) \
8
$(CPROVER_DIR)/goto-instrument/cover_basic_blocks$(OBJEXT) \
9
+ $(CPROVER_DIR)/goto-instrument/cover_instrument_assume$(OBJEXT) \
10
$(CPROVER_DIR)/goto-instrument/cover_instrument_other$(OBJEXT) \
11
$(CPROVER_DIR)/goto-instrument/cover_instrument_mcdc$(OBJEXT) \
12
$(CPROVER_DIR)/goto-instrument/cover_instrument_decision$(OBJEXT) \
0 commit comments