diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-18 23:47:27 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-18 23:47:27 (GMT) |
commit | f7af55e67711270286a1addf6a28399982647a62 (patch) | |
tree | a4360ce1574e9f02cf83cdc3b71735e8d0b3c344 /tests/auto/auto.pro | |
parent | 4377c9f6a593359b436f7c8186abac8dad772329 (diff) | |
download | Qt-f7af55e67711270286a1addf6a28399982647a62.zip Qt-f7af55e67711270286a1addf6a28399982647a62.tar.gz Qt-f7af55e67711270286a1addf6a28399982647a62.tar.bz2 |
Move math3d unit tests up one level to tests/auto
Some of the platform test infrastructure assumes that all unit
tests are sub-directories under tests/auto, and the tests/auto/math3d
sub-directory was confusing that infrastructure.
Reviewed-by: trustme
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1ae6913..b3382bb 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -194,6 +194,7 @@ SUBDIRS += \ qmainwindow \ qmake \ qmap \ + qmatrixnxn \ qmdiarea \ qmdisubwindow \ qmenu \ @@ -240,6 +241,7 @@ SUBDIRS += \ qprogressdialog \ qpropertyanimation \ qpushbutton \ + qquaternion \ qqueue \ qradiobutton \ qreadlocker \ @@ -372,6 +374,7 @@ SUBDIRS += \ qvariant \ qvarlengtharray \ qvector \ + qvectornd \ qwaitcondition \ qwidget \ qwidgetaction \ @@ -476,5 +479,3 @@ contains(QT_CONFIG, webkit): SUBDIRS += \ qwebhistoryinterface \ qwebelement \ qwebhistory - -SUBDIRS += math3d |