@@ -131,7 +131,7 @@ def has_evt(which):
131131 "src/c4/yml/evt/event_handler_stack.hpp" ,
132132 am .onlyif (has_evt (Event .tree ), "src/c4/yml/evt/event_handler_tree.hpp" ),
133133 am .onlyif (has_evt (Event .ints ), "src/c4/yml/evt/event_handler_ints.hpp" ),
134- am .onlyif (has_evt (Event .test_suite ), "src/c4/yml/evt/event_handler_test_suite.hpp" ),
134+ am .onlyif (has_evt (Event .testsuite ), "src/c4/yml/evt/event_handler_test_suite.hpp" ),
135135 "src/c4/yml/parse_engine.hpp" ,
136136 "src/c4/yml/preprocess.hpp" ,
137137 am .onlyif (has_evt (Event .tree ), "src/c4/yml/reference_resolver.hpp" ),
@@ -144,10 +144,10 @@ def has_evt(which):
144144 "src/c4/yml/common.cpp" ,
145145 "src/c4/yml/node_type.cpp" ,
146146 "src/c4/yml/tag.cpp" ,
147+ "src/c4/yml/parse_engine.def.hpp" ,
147148 am .onlyif (has_evt (Event .tree ), "src/c4/yml/tree.cpp" ),
148149 am .onlyif (has_evt (Event .ints ), "src/c4/yml/evt/event_handler_ints.cpp" ),
149- am .onlyif (has_evt (Event .test_suite ), "src/c4/yml/evt/event_handler_test_suite.cpp" ),
150- "src/c4/yml/parse_engine.def.hpp" ,
150+ am .onlyif (has_evt (Event .testsuite ), "src/c4/yml/evt/event_handler_test_suite.cpp" ),
151151 am .onlyif (has_evt (Event .tree ), "src/c4/yml/reference_resolver.cpp" ),
152152 am .onlyif (has_evt (Event .tree ), "src/c4/yml/parse.cpp" ),
153153 am .onlyif (has_evt (Event .tree ), "src/c4/yml/node.cpp" ),
0 commit comments