grpc/test/core/end2end
Craig Tiller f73429901a Merge github.com:grpc/grpc into sceq 2016-02-09 16:32:51 -08:00
..
data Fixing NULL terminator for test cert. 2015-11-17 22:01:03 -08:00
fixtures Merge github.com:grpc/grpc into sceq 2016-02-02 09:23:22 -08:00
tests Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
cq_verifier.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
cq_verifier.h clang-format all core files 2015-09-22 12:33:20 -07:00
dualstack_socket_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
end2end_nosec_tests.c Merge pull request #4238 from ctiller/poffy 2016-01-11 10:35:29 -08:00
end2end_tests.c Merge pull request #4238 from ctiller/poffy 2016-01-11 10:35:29 -08:00
end2end_tests.h Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
gen_build_yaml.py Removing gpr as a separated library. 2016-01-30 09:34:22 +01:00
invalid_call_argument_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00

README

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