Lines Matching refs:rb
34 output_file = "lib/" + proto_file.sub(/\.proto$/, "_pb.rb")
93 genproto_output << "tests/generated_code.rb"
94 genproto_output << "tests/generated_code_proto2.rb"
95 genproto_output << "tests/test_import.rb"
96 genproto_output << "tests/test_import_proto2.rb"
97 genproto_output << "tests/test_ruby_package.rb"
98 genproto_output << "tests/test_ruby_package_proto2.rb"
99 genproto_output << "tests/basic_test.rb"
100 genproto_output << "tests/basic_test_proto2.rb"
101 genproto_output << "tests/wrappers.rb"
102 file "tests/generated_code.rb" => "tests/generated_code.proto" do |file_task|
106 file "tests/generated_code_proto2.rb" => "tests/generated_code_proto2.proto" do |file_task|
110 file "tests/test_import.rb" => "tests/test_import.proto" do |file_task|
114 file "tests/test_import_proto2.rb" => "tests/test_import_proto2.proto" do |file_task|
118 file "tests/test_ruby_package.rb" => "tests/test_ruby_package.proto" do |file_task|
122 file "tests/test_ruby_package_proto2.rb" => "tests/test_ruby_package_proto2.proto" do |file_task|
126 file "tests/basic_test.rb" => "tests/basic_test.proto" do |file_task|
130 file "tests/basic_test_proto2.rb" => "tests/basic_test_proto2.proto" do |file_task|
134 file "tests/wrappers.rb" => "../src/google/protobuf/wrappers.proto" do |file_task|
148 t.test_files = FileList["tests/*.rb"].exclude("tests/gc_test.rb", "tests/common_tests.rb")
154 t.test_files = FileList["tests/gc_test.rb"]