Dosyalar
rocm-systems/tests/featuretests/profiler/gtests/gtests_main.cpp
T

11 satır
263 B
C++
Ham Normal Görünüm Geçmiş

2023-02-03 12:31:39 -06:00
#include <gtest/gtest.h>
// Entry Point for Gtests Infra
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
testing::FLAGS_gtest_death_test_style = "threadsafe";
//testing::GTEST_FLAG(filter)="-HSATest.*";
return RUN_ALL_TESTS();
}