Move aggregation auto tests to test directory.

This commit is contained in:
con
2009-09-01 16:17:01 +02:00
parent dad4aa05b7
commit b5b35dab33
4 changed files with 16 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
CONFIG += qtestlib
TEMPLATE = app
CONFIG -= app_bundle
DEFINES += AGGREGATION_LIBRARY
INCLUDEPATH += ../
# Input
SOURCES += tst_aggregate.cpp \
../aggregate.cpp
HEADERS += ../aggregate.h \
../aggregation_global.h

View File

@@ -0,0 +1,14 @@
CONFIG += qtestlib
TEMPLATE = app
CONFIG -= app_bundle
DEFINES += AGGREGATION_LIBRARY
AGGREGATION_PATH = ../../../src/libs/aggregation
INCLUDEPATH += $$AGGREGATION_PATH
# Input
SOURCES += tst_aggregate.cpp \
$$AGGREGATION_PATH/aggregate.cpp
HEADERS += $$AGGREGATION_PATH/aggregate.h \
$$AGGREGATION_PATH/aggregation_global.h

View File

@@ -5,4 +5,5 @@ SUBDIRS += \
debugger \
extensionsystem \
fakevim \
profilereader
# profilereader \
aggregation