MCPcopy Create free account
hub / github.com/ddnet/ddnet / TEST

Function TEST

src/test/os_test.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <gtest/gtest.h>
6
7TEST(Os, VersionStr)
8{
9 char aVersion[128];
10 ASSERT_TRUE(os_version_str(aVersion, sizeof(aVersion)));
11 EXPECT_STRNE(aVersion, "");
12}
13
14TEST(Os, LocaleStr)
15{

Callers

nothing calls this directly

Calls 2

os_version_strFunction · 0.85
os_locale_strFunction · 0.85

Tested by

no test coverage detected