Skip to content

Commit 978fe9e

Browse files
committed
jbmc/unit/Makefile: Lexicographically sort source files
1 parent ef21d6e commit 978fe9e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jbmc/unit/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,29 @@ SRC = $(CPROVER_DIR)/unit/unit_tests.cpp \
55
# Empty last line
66

77
# Test source files
8-
SRC += java_bytecode/goto-programs/class_hierarchy_output.cpp \
8+
SRC += java_bytecode/goto_program_generics/mutually_recursive_generics.cpp \
99
java_bytecode/goto-programs/class_hierarchy_graph.cpp \
10+
java_bytecode/goto-programs/class_hierarchy_output.cpp \
1011
java_bytecode/goto-programs/remove_virtual_functions_without_fallback.cpp \
12+
java_bytecode/inherited_static_fields/inherited_static_fields.cpp \
1113
java_bytecode/java_bytecode_convert_class/convert_abstract_class.cpp \
1214
java_bytecode/java_bytecode_convert_class/convert_java_annotations.cpp \
1315
java_bytecode/java_bytecode_convert_method/convert_invoke_dynamic.cpp \
1416
java_bytecode/java_bytecode_parse_generics/parse_generic_class.cpp \
15-
java_bytecode/java_bytecode_parser/parse_java_class.cpp \
17+
java_bytecode/java_bytecode_parse_generics/parse_generic_superclasses.cpp \
18+
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_convert_class_lambda_method_handles.cpp \
19+
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_parse_lambda_method_table.cpp \
1620
java_bytecode/java_bytecode_parser/parse_java_attributes.cpp \
21+
java_bytecode/java_bytecode_parser/parse_java_class.cpp \
1722
java_bytecode/java_object_factory/gen_nondet_string_init.cpp \
18-
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_parse_lambda_method_table.cpp \
19-
java_bytecode/java_bytecode_parse_lambdas/java_bytecode_convert_class_lambda_method_handles.cpp \
2023
java_bytecode/java_string_library_preprocess/convert_exprt_to_string_exprt.cpp \
2124
java_bytecode/java_types/erase_type_arguments.cpp \
2225
java_bytecode/java_types/generic_type_index.cpp \
2326
java_bytecode/java_types/java_generic_symbol_type.cpp \
2427
java_bytecode/java_types/java_type_from_string.cpp \
2528
java_bytecode/java_utils_test.cpp \
29+
java_bytecode/java_virtual_functions/virtual_functions.cpp \
2630
java_bytecode/load_method_by_regex.cpp \
27-
java_bytecode/inherited_static_fields/inherited_static_fields.cpp \
2831
pointer-analysis/custom_value_set_analysis.cpp \
2932
solvers/refinement/string_constraint_instantiation/instantiate_not_contains.cpp \
3033
solvers/refinement/string_refinement/dependency_graph.cpp \
@@ -33,9 +36,6 @@ SRC += java_bytecode/goto-programs/class_hierarchy_output.cpp \
3336
util/has_subtype.cpp \
3437
util/parameter_indices.cpp \
3538
util/simplify_expr.cpp \
36-
java_bytecode/java_virtual_functions/virtual_functions.cpp \
37-
java_bytecode/java_bytecode_parse_generics/parse_generic_superclasses.cpp \
38-
java_bytecode/goto_program_generics/mutually_recursive_generics.cpp \
3939
# Empty last line
4040

4141
INCLUDES= -I ../src/ -I. -I $(CPROVER_DIR)/src -I $(CPROVER_DIR)/unit

0 commit comments

Comments
 (0)