Skip to content

Commit d1290de

Browse files
author
Remi Delmas
committed
CONTRACTS (DFCC) main class and loop for whole model transformation
1 parent fb3802a commit d1290de

File tree

3 files changed

+672
-0
lines changed

3 files changed

+672
-0
lines changed

src/goto-instrument/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ SRC = accelerate/accelerate.cpp \
1717
branch.cpp \
1818
call_sequences.cpp \
1919
contracts/contracts.cpp \
20+
contracts/dfcc_utils.cpp \
21+
contracts/dfcc_library.cpp \
22+
contracts/dfcc_instrument.cpp \
23+
contracts/dfcc_spec_functions.cpp \
24+
contracts/dfcc_contract_handler.cpp \
25+
contracts/dfcc_swap_and_wrap.cpp \
26+
contracts/dfcc_is_fresh.cpp \
27+
contracts/dfcc_is_freeable.cpp \
28+
contracts/dfcc_dsl_contract_handler.cpp \
29+
contracts/dfcc_dsl_contract_functions.cpp \
30+
contracts/dfcc_dsl_wrapper_program.cpp \
31+
contracts/dfcc.cpp \
2032
contracts/havoc_assigns_clause_targets.cpp \
2133
contracts/instrument_spec_assigns.cpp \
2234
contracts/memory_predicates.cpp \

0 commit comments

Comments
 (0)