summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshubina <natalia.shubina@nokia.com>2011-08-11 14:31:55 +1000
committerDamian Jansen <dajansen@codereview.qt.nokia.com>2011-08-11 06:49:05 +0200
commitee100654047172c63e88b0806381ed0cdadb8008 (patch)
tree729988050771f699a1dabc65c898eb983c191b52
parent7b31b5cab5698349136d3bf5c9e99fe887eb64eb (diff)
renamed systemtests to system and removed sys_location.pro file
Change-Id: I5af3ef38836fb28ed0d594d8bb0e84c7b97a0c7c Reviewed-on: http://codereview.qt.nokia.com/2839 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Damian Jansen
-rw-r--r--tests/system/sys_location.qtt (renamed from tests/systemtests/sys_location.qtt)0
-rw-r--r--tests/systemtests/sys_location.pro11
2 files changed, 0 insertions, 11 deletions
diff --git a/tests/systemtests/sys_location.qtt b/tests/system/sys_location.qtt
index 4a21440f..4a21440f 100644
--- a/tests/systemtests/sys_location.qtt
+++ b/tests/system/sys_location.qtt
diff --git a/tests/systemtests/sys_location.pro b/tests/systemtests/sys_location.pro
deleted file mode 100644
index 86e87423..00000000
--- a/tests/systemtests/sys_location.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG+=systemtest
-SOURCES=sys_location.qtt
-
-unix:!symbian {
- maemo5 {
- target.path = /opt/usr/bin
- } else {
- target.path = /usr/local/bin
- }
- INSTALLS += target
-}