~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to bin/rununittests.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
##
10
10
## $QT_BEGIN_LICENSE:LGPL$
11
11
## Commercial Usage
12
 
## Licensees holding valid Qt Commercial licenses may use this file in
13
 
## accordance with the Qt Solutions Commercial License Agreement provided
14
 
## with the Software or, alternatively, in accordance with the terms
 
12
## Licensees holding valid Qt Commercial licenses may use this file in 
 
13
## accordance with the Qt Commercial License Agreement provided with
 
14
## the Software or, alternatively, in accordance with the terms
15
15
## contained in a written agreement between you and Nokia.
16
16
##
17
17
## GNU Lesser General Public License Usage
34
34
## ensure the GNU General Public License version 3.0 requirements will be
35
35
## met: http://www.gnu.org/copyleft/gpl.html.
36
36
##
37
 
## Please note Third Party Software included with Qt Solutions may impose
38
 
## additional restrictions and it is the user's responsibility to ensure
39
 
## that they have met the licensing requirements of the GPL, LGPL, or Qt
40
 
## Solutions Commercial license and the relevant license of the Third
41
 
## Party Software they are using.
42
 
##
43
37
## If you are unsure which license is appropriate for your use, please
44
38
## contact the sales department at qt-sales@nokia.com.
45
39
## $QT_END_LICENSE$
136
130
./tst_qpaintervideosurface
137
131
./tst_qradiotuner
138
132
./tst_qvideowidget
139
 
a
 
133
 
140
134
#QContacts
141
135
./tst_qcontact
142
136
./tst_qcontactactions
167
161
./tst_qmessagestorekeys
168
162
 
169
163
#QOrganizer
170
 
./tst_qorganizeritemmanager
 
164
./tst_qorganizermanager
 
165
./tst_qorganizercollection
 
166
./tst_qorganizeritem
 
167
./tst_qorganizeritemasync
 
168
./tst_qorganizeritemdetail
 
169
./tst_qorganizeritemdetaildefinition
 
170
./tst_qorganizeritemfilter
 
171
 
171
172
 
172
173
cd $SAVED_PWD
173
174