mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 10:35:10 +00:00
fix glm_arch_print_name and print it on tests
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user