rockbox/rbutil/rbutilqt/test/test-rockboxinfo.pro
Dominik Riebeling 2dbb17d0d6 Initial unit test of RockboxInfo class.
This tests the original (svn revision number based) functionality.

Change-Id: I69a121d751d2358c1e7594032f8f8193af59e103
2012-02-19 14:12:22 +01:00

30 lines
854 B
Prolog

#
# __________ __ ___.
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
#
# All files in this archive are subject to the GNU General Public License.
# See the file COPYING in the source tree root for full license agreement.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
#
include(tests.pri)
TEMPLATE = app
TARGET = test-rockboxinfo
INCLUDEPATH += . ../base
# Input
SOURCES += \
test-rockboxinfo.cpp \
../base/rockboxinfo.cpp
HEADERS += \
../base/rockboxinfo.h