mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
tests: add some tests for quat
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user