@@ -5,71 +5,71 @@ api.o: api.cpp api.hpp parser_options.hpp string.hpp decoder.hpp \
55 bytes.hpp token_rewriter.hpp token.hpp loc.hpp decoded_input.hpp \
66 source_line.hpp token_ids.hpp shared_byte_list.hpp parser_result.hpp \
77 nodes.hpp diagnostic.hpp messages.hpp comment.hpp magic_comment.hpp \
8- utils.hpp test_helper.hpp
8+ utils.hpp
99
10- bytes.o: bytes.cpp bytes.hpp utils.hpp test_helper.hpp
10+ bytes.o: bytes.cpp bytes.hpp utils.hpp
1111
1212comment.o: comment.cpp utils.hpp comment.hpp loc.hpp decoded_input.hpp \
13- string.hpp source_line.hpp bytes.hpp test_helper.hpp
13+ string.hpp source_line.hpp bytes.hpp
1414
1515decoded_input.o: decoded_input.cpp utils.hpp decoded_input.hpp string.hpp \
16- source_line.hpp bytes.hpp test_helper.hpp
16+ source_line.hpp bytes.hpp
1717
18- decoder.o: decoder.cpp decoder.hpp string.hpp bytes.hpp utils.hpp \
19- test_helper.hpp
18+ decoder.o: decoder.cpp decoder.hpp string.hpp bytes.hpp utils.hpp
2019
2120diagnostic.o: diagnostic.cpp diagnostic.hpp messages.hpp string.hpp \
22- loc.hpp decoded_input.hpp source_line.hpp bytes.hpp utils.hpp \
23- test_helper.hpp
21+ loc.hpp decoded_input.hpp source_line.hpp bytes.hpp utils.hpp
2422
2523loc.o: loc.cpp utils.hpp loc.hpp decoded_input.hpp string.hpp \
26- source_line.hpp bytes.hpp test_helper.hpp
24+ source_line.hpp bytes.hpp
2725
2826magic_comment.o: magic_comment.cpp magic_comment.hpp loc.hpp \
29- decoded_input.hpp string.hpp source_line.hpp bytes.hpp utils.hpp \
30- test_helper.hpp
27+ decoded_input.hpp string.hpp source_line.hpp bytes.hpp utils.hpp
3128
32- messages.o: messages.cpp messages.hpp string.hpp utils.hpp \
33- test_helper.hpp
29+ messages.o: messages.cpp messages.hpp string.hpp utils.hpp
3430
3531nodes.o: nodes.cpp nodes.hpp string.hpp loc.hpp decoded_input.hpp \
36- source_line.hpp bytes.hpp utils.hpp test_helper.hpp
32+ source_line.hpp bytes.hpp utils.hpp
3733
3834parser_options.o: parser_options.cpp parser_options.hpp string.hpp \
3935 decoder.hpp bytes.hpp token_rewriter.hpp token.hpp loc.hpp \
4036 decoded_input.hpp source_line.hpp token_ids.hpp shared_byte_list.hpp \
41- utils.hpp test_helper.hpp
37+ utils.hpp
4238
4339parser_result.o: parser_result.cpp parser_result.hpp nodes.hpp string.hpp \
4440 loc.hpp decoded_input.hpp source_line.hpp bytes.hpp token.hpp \
4541 token_ids.hpp diagnostic.hpp messages.hpp comment.hpp \
46- magic_comment.hpp utils.hpp test_helper.hpp
42+ magic_comment.hpp utils.hpp
4743
48- shared_byte_list.o: shared_byte_list.cpp shared_byte_list.hpp \
49- test_helper.hpp
44+ shared_byte_list.o: shared_byte_list.cpp shared_byte_list.hpp
5045
51- source_line.o: source_line.cpp source_line.hpp utils.hpp test_helper.hpp
46+ source_line.o: source_line.cpp source_line.hpp utils.hpp
5247
53- string.o: string.cpp string.hpp utils.hpp test_helper.hpp
54-
55- test_helper.o: test_helper.cpp test_helper.hpp
48+ string.o: string.cpp string.hpp utils.hpp
5649
5750token.o: token.cpp token.hpp bytes.hpp loc.hpp decoded_input.hpp \
58- string.hpp source_line.hpp token_ids.hpp utils.hpp test_helper.hpp
51+ string.hpp source_line.hpp token_ids.hpp utils.hpp
5952
6053token_rewriter.o: token_rewriter.cpp token_rewriter.hpp token.hpp \
6154 bytes.hpp loc.hpp decoded_input.hpp string.hpp source_line.hpp \
62- token_ids.hpp shared_byte_list.hpp utils.hpp test_helper.hpp
63-
64- tests/runner: tests/test.cpp tests/../test_helper.hpp tests/../bytes.hpp \
65- tests/../comment.hpp tests/../loc.hpp tests/../decoded_input.hpp \
66- tests/../string.hpp tests/../source_line.hpp tests/../decoder.hpp \
67- tests/../diagnostic.hpp tests/../messages.hpp \
68- tests/../magic_comment.hpp tests/../nodes.hpp \
69- tests/../parser_options.hpp tests/../token_rewriter.hpp \
70- tests/../token.hpp tests/../token_ids.hpp \
71- tests/../shared_byte_list.hpp tests/../parser_result.hpp \
72- tests/../api.hpp
55+ token_ids.hpp shared_byte_list.hpp utils.hpp
56+
57+ tests/runner: tests/runner.cpp tests/test_helper.hpp \
58+ tests/test_helper.cpp tests/bytes_test.cpp bytes.hpp \
59+ utils.hpp tests/comment_test.cpp comment.hpp \
60+ loc.hpp decoded_input.hpp string.hpp \
61+ source_line.hpp tests/decoded_input_test.cpp \
62+ tests/decoder_test.cpp decoder.hpp tests/diagnostic_test.cpp \
63+ diagnostic.hpp messages.hpp tests/loc_test.cpp \
64+ tests/magic_comment_test.cpp magic_comment.hpp \
65+ tests/messages_test.cpp tests/nodes_test.cpp nodes.hpp \
66+ tests/parser_options_test.cpp parser_options.hpp \
67+ token_rewriter.hpp token.hpp token_ids.hpp \
68+ shared_byte_list.hpp tests/parser_result_test.cpp \
69+ parser_result.hpp tests/shared_byte_list_test.cpp \
70+ tests/source_line_test.cpp tests/string_test.cpp \
71+ tests/token_rewriter_test.cpp tests/token_test.cpp tests/api_test.cpp \
72+ api.hpp
7373
7474benchmark/cpp-parser: benchmark/benchmark.cpp benchmark/rb_filelist.hpp \
7575 benchmark/../lib-ruby-parser.hpp
0 commit comments