MCPcopy Create free account
hub / github.com/ElementsProject/elements / main

Function main

src/univalue/test/unitester.cpp:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161int main (int argc, char *argv[])
162{
163 for (unsigned int fidx = 0; fidx < ARRAY_SIZE(filenames); fidx++) {
164 runtest_file(filenames[fidx]);
165 }
166
167 unescape_unicode_test();
168
169 return test_failed ? 1 : 0;
170}
171

Callers

nothing calls this directly

Calls 2

runtest_fileFunction · 0.85
unescape_unicode_testFunction · 0.85

Tested by

no test coverage detected