Skip to content

Commit 0dafac2

Browse files
Add unit test for goto_trace_output in Makefile
1 parent 435958f commit 0dafac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRC += unit_tests.cpp \
1616
analyses/does_remove_const/does_expr_lose_const.cpp \
1717
analyses/does_remove_const/does_type_preserve_const_correctness.cpp \
1818
analyses/does_remove_const/is_type_at_least_as_const_as.cpp \
19+
goto-programs/goto_trace_output.cpp \
1920
java_bytecode/java_bytecode_convert_class/convert_abstract_class.cpp \
2021
java_bytecode/java_bytecode_parse_generics/parse_generic_class.cpp \
2122
java_bytecode/java_object_factory/gen_nondet_string_init.cpp \

0 commit comments

Comments
 (0)