Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ registerTests
Function
registerTests
tests/HostTests/app/application.cpp:22–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
namespace
21
{
22
void registerTests()
23
{
24
#define XX(t) \
25
REGISTER_TEST(t); \
26
debug_i(
"Test '"
#t
"' registered"
);
27
TEST_MAP(XX)
28
#undef XX
29
}
30
31
void testsComplete()
32
{
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected