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/qmatrixnxn/qmatrixnxn.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/qmatrixnxn/qmatrixnxn.pro')
-rw-r--r-- | tests/auto/qmatrixnxn/qmatrixnxn.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qmatrixnxn/qmatrixnxn.pro b/tests/auto/qmatrixnxn/qmatrixnxn.pro new file mode 100644 index 0000000..cf6e4a1 --- /dev/null +++ b/tests/auto/qmatrixnxn/qmatrixnxn.pro @@ -0,0 +1,2 @@ +load(qttest_p4) +SOURCES += tst_qmatrixnxn.cpp |