build_functions/main_cpp_unittest.cpp (2 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "run_cppunittest_suite.h"
// test_suite_name is a define passed from the CMakeLists and identifies the test suite name
RUN_TESTS_WITH_CPP_UNITTEST(TEST_SUITE_NAME_FROM_CMAKE)