Fix various unit test compilation.

There's now a dependency on Logger.h, add stub folder to includes to stub it.

Change-Id: I1afdc6bd878182b03cb3c1f3538779eaa9f83f28
This commit is contained in:
Dominik Riebeling 2016-04-09 13:10:30 +02:00
parent ac0fc74d56
commit 14ef6079c0
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ include(tests.pri)
TEMPLATE = app
TARGET = test-compareversion
INCLUDEPATH += . ../base
INCLUDEPATH += . ../base stubs
# Input
SOURCES += \

View file

@ -18,7 +18,7 @@ include(tests.pri)
TEMPLATE = app
TARGET = test-rockboxinfo
INCLUDEPATH += . ../base
INCLUDEPATH += . ../base stubs
# Input
SOURCES += \

View file

@ -18,7 +18,7 @@ include(tests.pri)
TEMPLATE = app
TARGET = test-serverinfo
INCLUDEPATH += . ../base
INCLUDEPATH += . ../base stubs
# Input
SOURCES += \