forked from qt-creator/qt-creator
preprocessor: add an example of a macro that generates code
Change-Id: I902ebd73e039b8c3f44eca456be87809d1e1d3a4 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -677,6 +677,8 @@ void tst_Preprocessor::comparisons_data()
|
||||
<< "macro_pounder_fn.c" << "" << "";
|
||||
QTest::newRow("macro_expand")
|
||||
<< "macro_expand.c" << "macro_expand.out.c" << "";
|
||||
QTest::newRow("macro_expand_1")
|
||||
<< "macro_expand_1.cpp" << "macro_expand_1.out.cpp" << "";
|
||||
QTest::newRow("macro-test")
|
||||
<< "macro-test.cpp" << "macro-test.out.cpp" << "";
|
||||
QTest::newRow("empty-macro")
|
||||
|
||||
Reference in New Issue
Block a user