Skip to content

Commit 4a6ae9b

Browse files
Add java_types unit tests to Makefile
1 parent 4c5144d commit 4a6ae9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

unit/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ SRC += unit_tests.cpp \
2424
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_convert_class_lambda_method_handles.cpp \
2525
miniBDD_new.cpp \
2626
java_bytecode/java_string_library_preprocess/convert_exprt_to_string_exprt.cpp \
27+
java_bytecode/java_types/erase_type_arguments.cpp \
28+
java_bytecode/java_types/generic_type_index.cpp \
29+
java_bytecode/java_types/java_generic_symbol_type.cpp \
30+
java_bytecode/java_types/java_type_from_string.cpp \
2731
java_bytecode/java_utils_test.cpp \
2832
java_bytecode/inherited_static_fields/inherited_static_fields.cpp \
2933
pointer-analysis/custom_value_set_analysis.cpp \

unit/java_bytecode/java_types/erase_type_arguments.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\*******************************************************************/
88

99
#include <testing-utils/catch.hpp>
10-
#include <java_types.h>
10+
#include <java_bytecode/java_types.h>
1111

1212
SCENARIO("erase_type_arguments", "[core][java_types]")
1313
{

0 commit comments

Comments
 (0)