#include "./test_utils.h" #include "./test_evaluation.h" #include "./test_line_processing.h" #include int main() { printf("== UNIT TESTS == \n"); test_utils(); test_evaluation(); test_line_processing(); }