aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-11-18 13:01:01 +0200
committerGergely Risko <gergely+context@risko.hu>2009-11-18 13:01:01 +0200
commitc50e2ad0766788782cc9a5a5eb4aa5baf40da0d7 (patch)
tree9e5d1143b7c32d4cd67268a51bf8d2184635ddfd /libcontextprovider
parent1b6008a329ab3e612169a74c17116d5d22683276 (diff)
Fix 'make coverage' in libcontextprovider/customer-tests.
Signed-off-by: Marja Hassinen <ext-marja.2.hassinen@nokia.com>
Diffstat (limited to 'libcontextprovider')
-rwxr-xr-xlibcontextprovider/customer-tests/runTests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcontextprovider/customer-tests/runTests.sh b/libcontextprovider/customer-tests/runTests.sh
index aca7dd0e..8fcb4289 100755
--- a/libcontextprovider/customer-tests/runTests.sh
+++ b/libcontextprovider/customer-tests/runTests.sh
@@ -20,6 +20,8 @@ do
make -C $i check-customer
done
+make -C ../../libcontextsubscriber/src
+
. ./env.sh
echo "Running multiproviders customer check"
cd multiprovider; python2.5 multiprovider.py ; cd ..