MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / main

Function main

tests/bytes.cc:176–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176int main(int argc, const char* argv[])
177{
178 test_bounds();
179 test_loop();
180 test_equality();
181 test_reads();
182 test_writes();
183 test_slice();
184 test_split();
185 test_tobits();
186 test_tostring();
187 return 0;
188}

Callers

nothing calls this directly

Calls 9

test_loopFunction · 0.85
test_equalityFunction · 0.85
test_readsFunction · 0.85
test_writesFunction · 0.85
test_sliceFunction · 0.85
test_splitFunction · 0.85
test_tobitsFunction · 0.85
test_tostringFunction · 0.85
test_boundsFunction · 0.70

Tested by

no test coverage detected