summaryrefslogtreecommitdiffstats
path: root/bin/rununittests.bat
blob: 8dc155e072f34a731b022ab66f0b7bd491541873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
set SAVED_PWD="%CD%"
set BATCH_PATH=%~dp0

set PATH=%BATCH_PATH%..\lib;%PATH%

cd %BATCH_PATH%..\build\tests\bin

::ServiceFramework
tst_servicemetadata.exe
tst_servicedatabase.exe
tst_databasemanager.exe
tst_qservicemanager.exe
tst_qservicefilter.exe
tst_qserviceinterfacedescriptor.exe
tst_qabstractsecuritysession.exe

::BearerManagement
tst_qnetworkconfiguration.exe
tst_qnetworkconfigurationmanager.exe
tst_qnetworksession.exe

::Location
tst_qgeocoordinate.exe
tst_qgeopositioninfo.exe
tst_qsatelliteinfo.exe
tst_qsatelliteinfosource.exe
tst_qgeopositioninfosource.exe
tst_qgeoareamonitor.exe
tst_qlocationutils.exe
tst_qnmeapositioninfosource.exe

::Publish and Subscribe
tst_qmallocpool.exe
tst_qpacket.exe
tst_qpacketprotocol.exe
tst_qvaluespace.exe
tst_qvaluespaceobject.exe
tst_qvaluespaceitem.exe
tst_qsystemreadwritelock.exe
tst_qsystemreadwritelock_oop.exe

::QSystemInformation
tst_qsystemdeviceinfo.exe
tst_qsystemdisplayinfo.exe
tst_qsysteminfo.exe
tst_qsystemmemoryinfo.exe
tst_qsystemnetworkinfo.exe

cd %SAVED_PWD%