Report unit test environment variable values as part of output (#789)
이 커밋은 다음에 포함됨:
+3
-2
@@ -10,12 +10,13 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
RcclUnitTesting::EnvVars::ShowConfig();
|
||||
RcclUnitTesting::EnvVars ev;
|
||||
ev.ShowConfig();
|
||||
int retCode = RUN_ALL_TESTS();
|
||||
printf("[ INFO ] Total executed cases: %d\n", RcclUnitTesting::TestBed::NumTestsRun());
|
||||
|
||||
// Show timing information
|
||||
RcclUnitTesting::EnvVars ev;
|
||||
|
||||
if (ev.showTiming)
|
||||
{
|
||||
size_t totalTimeMsec = 0;
|
||||
|
||||
새 이슈에서 참조
사용자 차단