summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/test
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/test')
-rw-r--r--utils/rbutilqt/test/test-compareversion.pro37
-rw-r--r--utils/rbutilqt/test/test-httpget.pro31
-rw-r--r--utils/rbutilqt/test/test-playerbuildinfo.pro35
-rw-r--r--utils/rbutilqt/test/test-rockboxinfo.pro30
4 files changed, 0 insertions, 133 deletions
diff --git a/utils/rbutilqt/test/test-compareversion.pro b/utils/rbutilqt/test/test-compareversion.pro
deleted file mode 100644
index c8e5a899ac..0000000000
--- a/utils/rbutilqt/test/test-compareversion.pro
+++ /dev/null
@@ -1,37 +0,0 @@
1#
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#
19
20QT += testlib
21
22TEMPLATE = app
23TARGET = test-compareversion
24INCLUDEPATH += . ../base stubs
25
26# Input
27SOURCES += \
28 test-compareversion.cpp \
29 stubs/stubs-compareversion.cpp \
30 ../base/utils.cpp
31
32HEADERS += \
33 ../base/rbsettings.h \
34 ../base/playerbuildinfo.h \
35 ../base/rockboxinfo.h \
36 ../base/utils.h
37
diff --git a/utils/rbutilqt/test/test-httpget.pro b/utils/rbutilqt/test/test-httpget.pro
deleted file mode 100644
index 3189ad2266..0000000000
--- a/utils/rbutilqt/test/test-httpget.pro
+++ /dev/null
@@ -1,31 +0,0 @@
1#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8#
9# All files in this archive are subject to the GNU General Public License.
10# See the file COPYING in the source tree root for full license agreement.
11#
12# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
13# KIND, either express or implied.
14#
15
16#
17include(tests.pri)
18
19TEMPLATE = app
20TARGET = test-httpget
21INCLUDEPATH += . ../base stubs
22QT += network
23
24# Input
25SOURCES += \
26 test-httpget.cpp
27
28SOURCES += ../base/httpget.cpp
29
30HEADERS += ../base/httpget.h
31
diff --git a/utils/rbutilqt/test/test-playerbuildinfo.pro b/utils/rbutilqt/test/test-playerbuildinfo.pro
deleted file mode 100644
index 724da59162..0000000000
--- a/utils/rbutilqt/test/test-playerbuildinfo.pro
+++ /dev/null
@@ -1,35 +0,0 @@
1#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8#
9# All files in this archive are subject to the GNU General Public License.
10# See the file COPYING in the source tree root for full license agreement.
11#
12# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
13# KIND, either express or implied.
14#
15
16#
17
18QT += testlib
19
20TEMPLATE = app
21TARGET = test-playerbuildinfo
22INCLUDEPATH += . ../base stubs
23
24# Input
25SOURCES += \
26 test-playerbuildinfo.cpp \
27 stubs/stubs-playerbuildinfo.cpp \
28 ../base/playerbuildinfo.cpp
29
30HEADERS += \
31 ../base/rbsettings.h \
32 ../base/rockboxinfo.h \
33 ../base/systeminfo.h \
34
35RESOURCES += ../rbutilqt.qrc
diff --git a/utils/rbutilqt/test/test-rockboxinfo.pro b/utils/rbutilqt/test/test-rockboxinfo.pro
deleted file mode 100644
index 88bc83a5b7..0000000000
--- a/utils/rbutilqt/test/test-rockboxinfo.pro
+++ /dev/null
@@ -1,30 +0,0 @@
1#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8#
9# All files in this archive are subject to the GNU General Public License.
10# See the file COPYING in the source tree root for full license agreement.
11#
12# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
13# KIND, either express or implied.
14#
15
16#
17QT += testlib
18
19TEMPLATE = app
20TARGET = test-rockboxinfo
21INCLUDEPATH += . ../base stubs
22
23# Input
24SOURCES += \
25 test-rockboxinfo.cpp \
26 ../base/rockboxinfo.cpp
27
28HEADERS += \
29 ../base/rockboxinfo.h
30