tests: add some tests for quat

This commit is contained in:
Recep Aslantas
2019-09-25 07:42:29 +03:00
parent 2ea9308361
commit b2084fbacf
6 changed files with 320 additions and 1 deletions

View File

@@ -71,6 +71,10 @@ main(int argc, const char * argv[]) {
fprintf(stderr, "\n" RESET);
passed++;
}
struct timespec t;
t.tv_nsec = 100000000 * 0.5;
// nanosleep(&t, NULL);
}
if (failed == 0) {