1
0
Fork 0
forked from len0rd/rockbox

Prefix compareversion test files.

Change-Id: Ic67b4a1519456cbb2d85078a80ac605eb65f8020
This commit is contained in:
Dominik Riebeling 2012-03-26 23:34:51 +02:00
parent da30008fc7
commit c1fcd698a2
2 changed files with 3 additions and 3 deletions

View file

@ -92,5 +92,5 @@ QTEST_MAIN(TestVersionCompare)
// 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.
#include "compareversion.moc"
#include "test-compareversion.moc"

View file

@ -19,12 +19,12 @@
include(tests.pri)
TEMPLATE = app
TARGET = compareversion
TARGET = test-compareversion
INCLUDEPATH += . ../base
# Input
SOURCES += \
compareversion.cpp \
test-compareversion.cpp \
../base/rbsettings.cpp \
../base/rockboxinfo.cpp \
../base/systeminfo.cpp \