andik/adaptest

Visual studio gets a bit confused by the macros

Closed this issue · 2 comments

Hi! I've been writing some tests, successfully, using Visual Studio. Everything works as expected, but the visual studio auto-indent machinery gets pretty confused by the macros. I think there's probably no way around this, and it's something you suspected would happen. But wanted to report that yes, IDE's don't love those complicated macros.

andik commented

Hey morgan, could you try:

TEST(...) 
{
   // ...testing Code
}
END_TEST()

to see if this works better. If so I can change the macros a little....

Will do. It will be at least a week though. On vacation and away from the work PC.