Go to the documentation of this file.
8#include <QtCore/QCoreApplication>
19#define I_TEST_MAIN() \
20int main(int argc, char *argv[]) \
22 QCoreApplication app(argc, argv); \
23 itest::CStandardTestExecutor instance; \
24 return instance.RunTests(argc, argv); \