mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Prefix compareversion test files.
Change-Id: Ic67b4a1519456cbb2d85078a80ac605eb65f8020
This commit is contained in:
parent
da30008fc7
commit
c1fcd698a2
2 changed files with 3 additions and 3 deletions
|
|
@ -92,5 +92,5 @@ QTEST_MAIN(TestVersionCompare)
|
||||||
|
|
||||||
// this include is needed because we don't use a separate header file for the
|
// this include is needed because we don't use a separate header file for the
|
||||||
// test class. It also needs to be at the end.
|
// test class. It also needs to be at the end.
|
||||||
#include "compareversion.moc"
|
#include "test-compareversion.moc"
|
||||||
|
|
||||||
|
|
@ -19,12 +19,12 @@
|
||||||
include(tests.pri)
|
include(tests.pri)
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = compareversion
|
TARGET = test-compareversion
|
||||||
INCLUDEPATH += . ../base
|
INCLUDEPATH += . ../base
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
compareversion.cpp \
|
test-compareversion.cpp \
|
||||||
../base/rbsettings.cpp \
|
../base/rbsettings.cpp \
|
||||||
../base/rockboxinfo.cpp \
|
../base/rockboxinfo.cpp \
|
||||||
../base/systeminfo.cpp \
|
../base/systeminfo.cpp \
|
||||||
Loading…
Add table
Add a link
Reference in a new issue