MCPcopy 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

20namespace
21{
22void 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
31void testsComplete()
32{

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected