blob: 4e9ca7342fa316069229ab12500059ea736e9074 [file] [log] [blame]
nmittlerf8314582015-01-27 10:25:39 -08001description = "gRPC: Testing"
nathanmittler164b7342014-12-15 09:58:05 -08002dependencies {
Eric Andersonb17a2492016-02-06 22:47:35 -08003 compile project(':grpc-core'),
4 project(':grpc-stub'),
5 libraries.junit,
6 libraries.mockito
nathanmittler164b7342014-12-15 09:58:05 -08007}