Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] gcc extensions in index tests

> I think you need to provide indexer with a scanner info similar to  
> AST2TestBase.GNU_SCANNER_INFO. 

Thanks, that put me on the right track!

The complete solution was to modify TestScannerProvider to allow
defining symbols like __GNUC__ for it to put into the scanner info
that it creates, and then to define the appropriate symbols in 
the setUp() function of the test suite.

Regards,
Nate 		 	   		  

Back to the top