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:
parent
ac0fc74d56
commit
14ef6079c0
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ include(tests.pri)
|
|||
|
||||
TEMPLATE = app
|
||||
TARGET = test-compareversion
|
||||
INCLUDEPATH += . ../base
|
||||
INCLUDEPATH += . ../base stubs
|
||||
|
||||
# Input
|
||||
SOURCES += \
|
||||
|
|
|
@ -18,7 +18,7 @@ include(tests.pri)
|
|||
|
||||
TEMPLATE = app
|
||||
TARGET = test-rockboxinfo
|
||||
INCLUDEPATH += . ../base
|
||||
INCLUDEPATH += . ../base stubs
|
||||
|
||||
# Input
|
||||
SOURCES += \
|
||||
|
|
|
@ -18,7 +18,7 @@ include(tests.pri)
|
|||
|
||||
TEMPLATE = app
|
||||
TARGET = test-serverinfo
|
||||
INCLUDEPATH += . ../base
|
||||
INCLUDEPATH += . ../base stubs
|
||||
|
||||
# Input
|
||||
SOURCES += \
|
||||
|
|
Loading…
Reference in a new issue