Autotests: More cleanup of tests, and initial marking of components belonged to.

This commit is contained in:
Bill King
2010-09-02 15:32:04 +10:00
parent f91ba77cee
commit 1f0b600b82
33 changed files with 250 additions and 239 deletions

View File

@@ -1,6 +1,5 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
CONFIG += qtestlib testcase
TARGET = tst_$$TARGET
include(../shared/shared.pri)
SOURCES += tst_preprocessor.cpp

View File

@@ -1,6 +1,7 @@
#include <QtTest>
#include <pp.h>
//TESTED_COMPONENT=src/libs/cplusplus
using namespace CPlusPlus;
class tst_Preprocessor: public QObject