Modified Unittest++ SUITE macro for better VS2022 intellisence compatibly

This commit is contained in:
John Wellbelove 2024-04-23 09:57:13 +01:00
parent 4ce524e43c
commit 6c531a637d

View File

@ -107,7 +107,7 @@
#ifdef SUITE
#error SUITE already defined, re-configure with UNITTEST_ENABLE_SHORT_MACROS set to 0 and use UNITTEST_SUITE instead
#else
#define SUITE UNITTEST_SUITE
#define SUITE(name) UNITTEST_SUITE(name)
#endif
#ifdef TEST