/*! * Copyright (c) 2021 Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE file in the project root for license information. */#include <gtest/gtest.h>intmain(intargc,char**argv){testing::InitGoogleTest(&argc,argv);testing::FLAGS_gtest_death_test_style="threadsafe";returnRUN_ALL_TESTS();}