Lines Matching refs:src
5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
7 protos/src/google/protobuf/unittest_import_proto3.proto \
8 protos/src/google/protobuf/unittest_import_public_proto3.proto \
9 protos/src/google/protobuf/unittest_well_known_types.proto
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
17 protos/src/google/protobuf/unittest_proto3.proto \
18 protos/src/google/protobuf/map_unittest_proto3.proto
21 dotnet restore src/Google.Protobuf/Google.Protobuf.csproj
22 dotnet restore src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
25 dotnet run -c Release -f netcoreapp2.1 -p src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
48 [ -f ../../../src/protoc ] || {
60 cp ../../src/Google.Protobuf src/Google.Protobuf -r
71 run_test "../../../src/protoc" "./old_protoc"
76 run_test "./old_protoc" "../../../src/protoc"
80 rm src/Google.Protobuf -r