| Index: third_party/grpc/test/core/end2end/README
|
| diff --git a/third_party/grpc/test/core/end2end/README b/third_party/grpc/test/core/end2end/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a18172a7a1db6528c388cb8d11b127f065991008
|
| --- /dev/null
|
| +++ b/third_party/grpc/test/core/end2end/README
|
| @@ -0,0 +1,7 @@
|
| +Each fixture (under fixtures/) is paired with each test (under tests/) and
|
| +forms a complete end-to-end test.
|
| +
|
| +To add a new test or fixture:
|
| +- add the code to the relevant directory
|
| +- update gen_build_yaml.py to reflect the change
|
| +- regenerate projects
|
|
|