diff --git a/Source/Engine/Tests/TestMain.cpp b/Source/Engine/Tests/TestMain.cpp index 29ad947d7..c7bcf8cd2 100644 --- a/Source/Engine/Tests/TestMain.cpp +++ b/Source/Engine/Tests/TestMain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. -#if PLATFORM_WINDOWS || PLATFORM_LINUX +#if PLATFORM_WINDOWS || PLATFORM_LINUX || PLATFORM_MAC #define CATCH_CONFIG_RUNNER #include diff --git a/Source/FlaxTests.Build.cs b/Source/FlaxTests.Build.cs index de951112d..0e39f1d87 100644 --- a/Source/FlaxTests.Build.cs +++ b/Source/FlaxTests.Build.cs @@ -25,6 +25,7 @@ public class FlaxTestsTarget : EngineTarget { TargetPlatform.Windows, TargetPlatform.Linux, + TargetPlatform.Mac, }; Architectures = new[] {