#include #include #include #include "tests.h" #include "matrix.h" int main() { srand(time(NULL)); run_tests(); }