12 строки
318 B
C
12 строки
318 B
C
// Copyright (c) Microsoft. All rights reserved.
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
#include "testrunnerswitcher.h"
|
|
|
|
int main(void)
|
|
{
|
|
size_t failedTestCount = 0;
|
|
RUN_TEST_SUITE(tlsioarduino_ut, failedTestCount);
|
|
return failedTestCount;
|
|
}
|