Skip to content

Commit 7269ba9

Browse files
committed
Enable and update gdb api unit tests
This enables the gdb api unit tests (in memory-analyzer/gdb_api.cpp) and adapts them to include use_catch.h instead of catch.hpp.
1 parent bd30ca0 commit 7269ba9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

unit/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ SRC += analyses/ai/ai.cpp \
3232
interpreter/interpreter.cpp \
3333
json/json_parser.cpp \
3434
json_symbol_table.cpp \
35+
memory-analyzer/gdb_api.cpp \
3536
path_strategies.cpp \
3637
pointer-analysis/value_set.cpp \
3738
solvers/bdd/miniBDD/miniBDD.cpp \
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
memory-analyzer
2+
testing-utils

unit/module_dependencies.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ goto-programs
77
goto-symex
88
json
99
langapi # should go away
10+
memory-analyzer
1011
solvers/flattening
1112
solvers/floatbv
1213
solvers/miniBDD

0 commit comments

Comments
 (0)