build: add freebsd support (#4049)
This commit is contained in:
parent
2dbe837ebc
commit
1d6d916b7a
31 changed files with 1055 additions and 39 deletions
|
|
@ -126,6 +126,12 @@ namespace test_utils {
|
|||
#define IS_MACOS false
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define IS_FREEBSD true
|
||||
#else
|
||||
#define IS_FREEBSD false
|
||||
#endif
|
||||
|
||||
struct PlatformTestSuite: testing::Test {
|
||||
static void SetUpTestSuite() {
|
||||
ASSERT_FALSE(platf_deinit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue