#ifndef TST_CSTLCOMPILERFOR_H #define TST_CSTLCOMPILERFOR_H #include <QtTest> #include <cwf/cstlcompilerfor.h> class TST_CSTLCompilerFor : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_CSTLCOMPILERFOR_H