We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435958f commit 0dafac2Copy full SHA for 0dafac2
unit/Makefile
@@ -16,6 +16,7 @@ SRC += unit_tests.cpp \
16
analyses/does_remove_const/does_expr_lose_const.cpp \
17
analyses/does_remove_const/does_type_preserve_const_correctness.cpp \
18
analyses/does_remove_const/is_type_at_least_as_const_as.cpp \
19
+ goto-programs/goto_trace_output.cpp \
20
java_bytecode/java_bytecode_convert_class/convert_abstract_class.cpp \
21
java_bytecode/java_bytecode_parse_generics/parse_generic_class.cpp \
22
java_bytecode/java_object_factory/gen_nondet_string_init.cpp \
0 commit comments