MCPcopy Create free account
hub / github.com/codr7/hacktical-c / fix_tests

Function fix_tests

fix/tests.c:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void fix_tests() {
54 test_add();
55 test_div();
56 test_mul();
57 test_new();
58 test_sub();
59}

Callers 1

mainFunction · 0.85

Calls 5

test_addFunction · 0.85
test_divFunction · 0.85
test_mulFunction · 0.85
test_newFunction · 0.85
test_subFunction · 0.85

Tested by

no test coverage detected