fix tests on windows (msvc)

This commit is contained in:
Recep Aslantas
2020-01-17 23:29:36 +03:00
parent 9af0ebd142
commit cf8dc82783
4 changed files with 6 additions and 11 deletions

View File

@@ -25,6 +25,8 @@ main(int argc, const char * argv[]) {
fprintf(stderr, CYAN "\nWelcome to cglm tests\n\n" RESET);
srand((unsigned int)time(NULL));
for (i = 0; i < count; i++) {
int32_t len;