macOS support

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2024-02-08 12:09:33 +01:00
parent b6be4f040e
commit 08a18d1519
19 changed files with 342 additions and 289 deletions

View File

@@ -8,7 +8,8 @@
using namespace std;
#ifdef _WIN32
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
#else
#endif
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
@@ -102,6 +103,6 @@ namespace UnitTests
};
}
#ifndef _WIN32
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif