File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ SRC += analyses/ai/ai.cpp \
3030 interpreter/interpreter.cpp \
3131 json/json_parser.cpp \
3232 json_symbol_table.cpp \
33+ memory-analyzer/gdb_api.cpp \
3334 path_strategies.cpp \
3435 pointer-analysis/value_set.cpp \
3536 solvers/floatbv/float_utils.cpp \
Original file line number Diff line number Diff line change 11// Copyright 2018 Malte Mues
2- #include < testing-utils/catch.hpp >
2+ #include < testing-utils/use_catch.h >
33
44#ifdef __linux__
55// \file Test that the regex expression used work as expected.
Original file line number Diff line number Diff line change 1+ memory-analyzer
2+ testing-utils
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ goto-programs
77goto-symex
88json
99langapi # should go away
10+ memory-analyzer
1011solvers/flattening
1112solvers/floatbv
1213solvers/miniBDD
You can’t perform that action at this time.
0 commit comments