Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ testsComplete
Function
testsComplete
tests/HostTests/app/application.cpp:31–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void testsComplete()
32
{
33
#if RESTART_DELAY == 0
34
System.restart();
35
#else
36
SmingTest::runner.execute(testsComplete, RESTART_DELAY);
37
#endif
38
}
39
40
void beginTests()
41
{
Callers
nothing calls this directly
Calls
2
restart
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected