blob: 2582bb98cd1440ab6254d1973a35e260c0d3b69c [file] [log] [blame]
Dominik Riebeling738d83c2010-06-15 19:49:43 +00001#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8# $Id$
9#
10# All files in this archive are subject to the GNU General Public License.
11# See the file COPYING in the source tree root for full license agreement.
12#
13# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14# KIND, either express or implied.
15#
16
17# Test: Utils::compareVersionStrings().
18#
19include(tests.pri)
20
21TEMPLATE = app
Dominik Riebelingc1fcd692012-03-26 23:34:51 +020022TARGET = test-compareversion
Dominik Riebeling738d83c2010-06-15 19:49:43 +000023INCLUDEPATH += . ../base
24
25# Input
26SOURCES += \
Dominik Riebelingc1fcd692012-03-26 23:34:51 +020027 test-compareversion.cpp \
Dominik Riebeling738d83c2010-06-15 19:49:43 +000028 ../base/rbsettings.cpp \
29 ../base/rockboxinfo.cpp \
30 ../base/systeminfo.cpp \
31 ../base/utils.cpp
32
33HEADERS += \
34 ../base/rbsettings.h \
35 ../base/rockboxinfo.h \
36 ../base/systeminfo.h \
37 ../base/utils.h
38