Skip to content

Commit 3406eb2

Browse files
Add java_types unit tests to Makefile
1 parent 123fbf0 commit 3406eb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unit/Makefile

Lines changed: 4 additions & 0 deletions
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 \

0 commit comments

Comments
 (0)