aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/customer-tests/runTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextprovider/customer-tests/runTests.sh')
-rwxr-xr-xlibcontextprovider/customer-tests/runTests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcontextprovider/customer-tests/runTests.sh b/libcontextprovider/customer-tests/runTests.sh
index c88e5967..c1e458c7 100755
--- a/libcontextprovider/customer-tests/runTests.sh
+++ b/libcontextprovider/customer-tests/runTests.sh
@@ -19,6 +19,9 @@ do
make -C $i check-customer
done
+echo "Running multiproviders customer check"
+cd multiprovider; . ./env.sh; ./test.sh ; cd ..
+
if [ -n "$COVERAGE" ]
then
echo "computing coverage"