Add some fixes.

This commit is contained in:
Er2
2023-11-04 13:09:34 +03:00
committed by Baldur Karlsson
parent 86cb3ebf80
commit dcbbcee6a8
17 changed files with 1566 additions and 55 deletions
+2 -2
View File
@@ -226,8 +226,8 @@ enum
// this strips them completely
#define STRIP_DEBUG_LOGS OPTION_OFF
// disable unit tests on android
#if ENABLED(RDOC_ANDROID)
// disable unit tests on android and *BSD
#if ENABLED(RDOC_ANDROID) || defined(__FreeBSD__)
#define ENABLE_UNIT_TESTS OPTION_OFF