[Aceunit-devel] [ aceunit-Bugs-1873844 ] Java Generator should recognize conditional compilation
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2008-01-17 14:57:25
|
Bugs item #1873844, was opened at 2008-01-17 15:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1873844&group_id=207094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Java Generator Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: Java Generator should recognize conditional compilation Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1873844&group_id=207094 |