53 fi |
53 fi |
54 cd $shell_path/../build/tests/bin |
54 cd $shell_path/../build/tests/bin |
55 |
55 |
56 #LD_LIBRARY_PATH=$shell_path/../lib:$LD_LIBRARY_PATH |
56 #LD_LIBRARY_PATH=$shell_path/../lib:$LD_LIBRARY_PATH |
57 |
57 |
|
58 #service framework |
|
59 ./tst_qserviceinterfacedescriptor |
|
60 ./tst_servicedatabase |
|
61 ./tst_databasemanager |
|
62 ./tst_servicemetadata |
|
63 ./tst_qservicefilter |
|
64 ./tst_qservicemanager |
|
65 ./tst_qabstractsecuritysession |
|
66 |
58 #BearerManagement |
67 #BearerManagement |
59 ./tst_qnetworkconfiguration |
68 ./tst_qnetworkconfiguration |
60 ./tst_qnetworkconfigurationmanager |
69 ./tst_qnetworkconfigurationmanager |
61 ./tst_qnetworksession |
70 ./tst_qnetworksession |
62 |
71 |
|
72 #Location |
|
73 ./tst_qgeoareamonitor |
|
74 ./tst_qgeocoordinate |
|
75 ./tst_qgeopositioninfo |
|
76 ./tst_qgeopositioninfosource |
|
77 ./tst_qgeosatelliteinfo |
|
78 ./tst_qgeosatelliteinfosource |
|
79 ./tst_qlocationutils |
|
80 ./tst_qnmeapositioninfosource |
|
81 |
|
82 #Publish and Subscribe |
|
83 ./tst_qmallocpool |
|
84 ./tst_qpacket |
|
85 ./tst_qpacketprotocol |
|
86 ./tst_qvaluespace |
|
87 ./tst_qvaluespaceprovider |
|
88 ./tst_qvaluespacesubscriber |
|
89 ./tst_qvaluespacesubscriber_oop |
|
90 ./tst_qsystemreadwritelock |
|
91 ./tst_qsystemreadwritelock_oop |
|
92 ./tst_qcrmlparser |
|
93 |
|
94 #QSystemInformation |
|
95 ./tst_qsystemdeviceinfo |
|
96 ./tst_qsystemdisplayinfo |
|
97 ./tst_qsysteminfo |
|
98 ./tst_qsystemstorageinfo |
|
99 ./tst_qsystemnetworkinfo |
|
100 ./tst_qsystemscreensaver |
|
101 |
|
102 #QMedia |
|
103 ./tst_qaudiocapturesource |
|
104 ./tst_qcamera |
|
105 ./tst_qgraphicsvideoitem |
|
106 ./tst_qmediacontent |
|
107 ./tst_qmediaimageviewer |
|
108 ./tst_qmediaobject |
|
109 ./tst_qmediaplayer |
|
110 ./tst_qmediaplaylist |
|
111 ./tst_qmediaplaylistnavigator |
|
112 ./tst_qmediapluginloader |
|
113 ./tst_qmediarecorder |
|
114 ./tst_qmediaresource |
|
115 ./tst_qmediaservice |
|
116 ./tst_qmediaserviceprovider |
|
117 ./tst_qpaintervideosurface |
|
118 ./tst_qradiotuner |
|
119 ./tst_qvideowidget |
|
120 a |
|
121 #QContacts |
|
122 ./tst_qcontact |
|
123 ./tst_qcontactactions |
|
124 ./tst_qcontactasync |
|
125 ./tst_qcontactdetail |
|
126 ./tst_qcontactdetaildefinition |
|
127 ./tst_qcontactdetails |
|
128 ./tst_qcontactfilter |
|
129 ./tst_qcontactmanager |
|
130 ./tst_qcontactmanagerfiltering |
|
131 ./tst_qcontactmanagerplugins |
|
132 ./tst_qcontactrelationship |
|
133 ./tst_qvcard21writer |
|
134 ./tst_qvcard30writer |
|
135 ./tst_qversit |
|
136 ./tst_qversitcontactexporter |
|
137 ./tst_qversitcontactimporter |
|
138 ./tst_qversitdocument |
|
139 ./tst_qversitproperty |
|
140 ./tst_qversitreader |
|
141 ./tst_qversitwriter |
|
142 ./tst_versitutils |
|
143 |
|
144 #QMessaging |
|
145 ./tst_qmessage |
|
146 ./tst_qmessagestore |
|
147 ./tst_qmessagestorekeys |
|
148 |
63 cd $SAVED_PWD |
149 cd $SAVED_PWD |
64 |
150 |