Skip to content
Snippets Groups Projects
Commit b5b35dab authored by con's avatar con
Browse files

Move aggregation auto tests to test directory.

parent dad4aa05
No related merge requests found
...@@ -3,10 +3,12 @@ TEMPLATE = app ...@@ -3,10 +3,12 @@ TEMPLATE = app
CONFIG -= app_bundle CONFIG -= app_bundle
DEFINES += AGGREGATION_LIBRARY DEFINES += AGGREGATION_LIBRARY
INCLUDEPATH += ../ AGGREGATION_PATH = ../../../src/libs/aggregation
INCLUDEPATH += $$AGGREGATION_PATH
# Input # Input
SOURCES += tst_aggregate.cpp \ SOURCES += tst_aggregate.cpp \
../aggregate.cpp $$AGGREGATION_PATH/aggregate.cpp
HEADERS += ../aggregate.h \ HEADERS += $$AGGREGATION_PATH/aggregate.h \
../aggregation_global.h $$AGGREGATION_PATH/aggregation_global.h
...@@ -5,4 +5,5 @@ SUBDIRS += \ ...@@ -5,4 +5,5 @@ SUBDIRS += \
debugger \ debugger \
extensionsystem \ extensionsystem \
fakevim \ fakevim \
profilereader # profilereader \
aggregation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment