MCPcopy 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
31void testsComplete()
32{
33#if RESTART_DELAY == 0
34 System.restart();
35#else
36 SmingTest::runner.execute(testsComplete, RESTART_DELAY);
37#endif
38}
39
40void beginTests()
41{

Callers

nothing calls this directly

Calls 2

restartMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected