google tf测试框架代码
https://github.com/google/googletest/tree/2fe3bd994b3189899d93f1d5a881e725e046fdc2
跑单个测试例
./test --gtest_filter=AllTest.t1
跑这个模块的所有测试例
./test --gtest_filter=AllTest*
google tf测试框架代码
跑单个测试例
./test --gtest_filter=AllTest.t1
跑这个模块的所有测试例
./test --gtest_filter=AllTest*