Skip to content

Commit

Permalink
init test
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Feb 11, 2016
1 parent 8fdafed commit dbca72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cpp/common/alarm_cpp_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ TEST(AlarmTest, Cancellation) {
} // namespace grpc

int main(int argc, char** argv) {
grpc_test_init(argc, argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit dbca72f

Please sign in to comment.