Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Unit test generation issue with #ifndef preprocessor directive

Options
SLT
SLT Posts: 9

I am trying to generate unit tests of a module with a "#ifndef" preprocessor directive in the code.

It looks like that the code within the "#ifndef" is excluded even if the symbol is not defined and the identifier unidentified error is displayed because type definitions and variables are not parsed.

Am I missing something?

Thank you