Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ testsComplete
Function
testsComplete
Sming/Libraries/SPI/test/app/application.cpp:10–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace
9
{
10
void testsComplete()
11
{
12
#ifdef ARCH_HOST
13
System.restart();
14
#else
15
SmingTest::runner.execute(testsComplete, RESTART_DELAY);
16
#endif
17
}
18
19
} // namespace
20
Callers
nothing calls this directly
Calls
2
restart
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected