mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Modified Unittest++ SUITE macro for better VS2022 intellisence compatibly
This commit is contained in:
parent
4ce524e43c
commit
6c531a637d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user