Example:
#ifdef FOO A_Test void testFoo() { } #endif
Problem: If FOO is not defined, the test fixture will not include function testFoo() but the Generator will reference it. This will cause a linker problem.
Log in to post a comment.