forked from qt-creator/qt-creator
Move aggregation auto tests to test directory.
This commit is contained in:
@@ -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
|
||||
|
14
tests/auto/aggregation/aggregation.pro
Normal file
14
tests/auto/aggregation/aggregation.pro
Normal 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
|
||||
|
@@ -5,4 +5,5 @@ SUBDIRS += \
|
||||
debugger \
|
||||
extensionsystem \
|
||||
fakevim \
|
||||
profilereader
|
||||
# profilereader \
|
||||
aggregation
|
||||
|
Reference in New Issue
Block a user