// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include #include "testrunnerswitcher.h" int main(void) { size_t failedTestCount = 0; /** * Identify the test suite to run here. */ RUN_TEST_SUITE(dns_resolver_ut, failedTestCount); return (int)failedTestCount; }