Skip to content

Commit

Permalink
Add java_types unit tests to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbrenguier committed May 3, 2018
1 parent 4c5144d commit 4a6ae9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions unit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ SRC += unit_tests.cpp \
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_convert_class_lambda_method_handles.cpp \
miniBDD_new.cpp \
java_bytecode/java_string_library_preprocess/convert_exprt_to_string_exprt.cpp \
java_bytecode/java_types/erase_type_arguments.cpp \
java_bytecode/java_types/generic_type_index.cpp \
java_bytecode/java_types/java_generic_symbol_type.cpp \
java_bytecode/java_types/java_type_from_string.cpp \
java_bytecode/java_utils_test.cpp \
java_bytecode/inherited_static_fields/inherited_static_fields.cpp \
pointer-analysis/custom_value_set_analysis.cpp \
Expand Down
2 changes: 1 addition & 1 deletion unit/java_bytecode/java_types/erase_type_arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\*******************************************************************/

#include <testing-utils/catch.hpp>
#include <java_types.h>
#include <java_bytecode/java_types.h>

SCENARIO("erase_type_arguments", "[core][java_types]")
{
Expand Down

0 comments on commit 4a6ae9b

Please sign in to comment.