@@ -59,18 +59,27 @@ tests/runner: tests/runner.cpp tests/test_helper.hpp \
5959 utils.hpp tests/comment_test.cpp comment.hpp \
6060 loc.hpp decoded_input.hpp string.hpp \
6161 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
62+ tests/decoder_test.cpp decoder.hpp api.hpp \
63+ parser_options.hpp token_rewriter.hpp \
64+ token.hpp token_ids.hpp \
65+ shared_byte_list.hpp parser_result.hpp \
66+ nodes.hpp diagnostic.hpp messages.hpp \
67+ magic_comment.hpp tests/diagnostic_test.cpp \
68+ tests/loc_test.cpp tests/magic_comment_test.cpp \
69+ tests/messages_test.cpp tests/nodes_test.cpp \
70+ tests/parser_options_test.cpp tests/parser_result_test.cpp \
71+ tests/shared_byte_list_test.cpp tests/source_line_test.cpp \
72+ tests/string_test.cpp tests/token_rewriter_test.cpp \
73+ tests/token_test.cpp tests/api_test.cpp
7374
7475benchmark/cpp-parser: benchmark/benchmark.cpp benchmark/rb_filelist.hpp \
75- benchmark/../lib-ruby-parser.hpp
76+ api.hpp parser_options.hpp \
77+ string.hpp decoder.hpp \
78+ bytes.hpp token_rewriter.hpp \
79+ token.hpp loc.hpp \
80+ decoded_input.hpp source_line.hpp \
81+ token_ids.hpp shared_byte_list.hpp \
82+ parser_result.hpp nodes.hpp \
83+ diagnostic.hpp messages.hpp \
84+ comment.hpp magic_comment.hpp
7685
0 commit comments