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

Function main

tests.c:20–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "vm/tests.c"
19
20int main() {
21 chrono_tests();
22 dsl_tests();
23 dynamic_tests();
24 error_tests();
25 fix_tests();
26 list_tests();
27 macro_tests();
28 malloc1_tests();
29 malloc2_tests();
30 reflect_tests();
31 set_tests();
32 slog_tests();
33 stream1_tests();
34 task_tests();
35 vector_tests();
36 vm_tests();
37
38 hc_errors_deinit();
39 return 0;
40}

Callers

nothing calls this directly

Calls 15

chrono_testsFunction · 0.85
dsl_testsFunction · 0.85
dynamic_testsFunction · 0.85
error_testsFunction · 0.85
fix_testsFunction · 0.85
list_testsFunction · 0.85
macro_testsFunction · 0.85
malloc1_testsFunction · 0.85
malloc2_testsFunction · 0.85
reflect_testsFunction · 0.85
set_testsFunction · 0.85
slog_testsFunction · 0.85

Tested by

no test coverage detected