fix glm_arch_print_name and print it on tests

This commit is contained in:
Recep Aslantas
2023-05-06 14:58:45 +03:00
parent c4a348ac71
commit ed09fb5819
2 changed files with 17 additions and 14 deletions

View File

@@ -21,11 +21,13 @@ main(int argc, const char * argv[]) {
(void)argc;
(void)argv;
glm_arch_print_name(stderr);
passed = failed = maxlen = 0;
total = 0.0;
count = sizeof(tests) / sizeof(tests[0]);
fprintf(stderr, CYAN "\nWelcome to cglm tests\n\n" RESET);
fprintf(stderr, CYAN "Welcome to cglm tests\n\n" RESET);
srand((unsigned int)time(NULL));