mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 02:25:02 +00:00
test: fix running test on windows (msvc)
This commit is contained in:
@@ -97,9 +97,11 @@ typedef struct test_entry_t {
|
||||
# define drand48() ((float)(rand() / (RAND_MAX + 1.0)))
|
||||
# define OK_TEXT "ok:"
|
||||
# define FAIL_TEXT "fail:"
|
||||
# define FINAL_TEXT "^_^"
|
||||
#else
|
||||
# define OK_TEXT "✔︎"
|
||||
# define FAIL_TEXT "𐄂"
|
||||
# define FINAL_TEXT "🎉"
|
||||
#endif
|
||||
|
||||
#endif /* common_h */
|
||||
|
||||
Reference in New Issue
Block a user