Skip to content

Commit b95f6d9

Browse files
author
Pascal Kesseli
committed
Added missing CEGIS refactoring .cpp files.
1 parent 61fd15a commit b95f6d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cegis/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ SRC = danger/meta/meta_variable_names.cpp danger/facade/danger_runner.cpp danger
5353
control/simplify/remove_unused_elements.cpp \
5454
control/verify/control_symex_verify.cpp control/verify/insert_solution.cpp \
5555
control/value/float_helper.cpp control/value/control_types.cpp \
56-
refactor/environment/instrument_state_vars.cpp refactor/instructionset/create_cegis_processor.cpp \
56+
refactor/environment/instrument_state_vars.cpp \
57+
refactor/instructionset/create_cegis_processor.cpp refactor/instructionset/execute_cegis_program.cpp \
58+
refactor/instructionset/processor_types.cpp \
5759
refactor/preprocessing/refactor_preprocessing.cpp \
5860
refactor/learn/refactor_symex_learn.cpp \
5961
refactor/verify/refactor_symex_verify.cpp \

0 commit comments

Comments
 (0)