Skip to content

Commit 85b6d73

Browse files
author
svorenova
committed
Pulling out a utility function to a separate file cont.
1 parent bafb328 commit 85b6d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unit/testing-utils/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ SRC = \
44
load_java_class.cpp \
55
require_expr.cpp \
66
require_goto_statements.cpp \
7+
require_parse_tree.cpp \
8+
require_symbol.cpp \
79
require_type.cpp \
10+
run_test_with_compilers.cpp \
811
# Empty last line (please keep above list sorted!)
912

1013
INCLUDES = -I .. -I . -I ../../src

0 commit comments

Comments
 (0)