Added project for building all unit tests
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 25 May 2010 05:46:07 +0000 (08:46 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 25 May 2010 05:46:07 +0000 (08:46 +0300)
 - new unit tests must be added manually to tests/tests.pro

 - all unit tests can be built by using tests/tests.pro

 - whole project, including actual application and unit tests,
   can be built using situare.pro

 - actual application can be built using src/src.pro

situare.pro
tests/tests.pro [new file with mode: 0644]

index b6b812f..7a9af68 100644 (file)
@@ -4,4 +4,5 @@ isEmpty( ISQT4 ) {
 error("Use the qmake include with Qt4.6.2 or greater");
 }
 TEMPLATE = subdirs
-SUBDIRS = src
+SUBDIRS = src \
+          tests
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644 (file)
index 0000000..f4f8497
--- /dev/null
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+SUBDIRS = map/mapengine \
+          map/mapview \
+          map/ownlocationitem \
+          map/gpslocationitem \
+          map/maptile \
+          map/friendgroupitem \
+          map/mapscene \
+          map/friendlocationitem \
+          map/mapfetcher \
+          user \
+          situareservice/testlocationupdate \
+          situareservice/testfetchlocations \
+          ui/friendlist \
+          ui/zoombuttonpanel \
+          ui/pixmap