Skip to content

Commit 8e68cad

Browse files
authored
Merge pull request #539 from tautschnig/fix-coverage
Include cbmc/symex_coverage in CEGIS build
2 parents 6e94c41 + d4dbdfb commit 8e68cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cegis/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
114114
../cbmc/bv_cbmc$(OBJEXT) ../cbmc/counterexample_beautification$(OBJEXT) \
115115
../cbmc/show_vcc$(OBJEXT) \
116116
../cbmc/cbmc_dimacs$(OBJEXT) ../cbmc/all_properties$(OBJEXT) \
117-
../cbmc/fault_localization$(OBJEXT)
117+
../cbmc/fault_localization$(OBJEXT) \
118+
../cbmc/symex_coverage$(OBJEXT)
118119

119120
INCLUDES= -I ..
120121

0 commit comments

Comments
 (0)