MCPcopy 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

8namespace
9{
10void 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

restartMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected