coverage: Improve testing
[src/app-framework-binder.git] / coverage / scripts / run-test.sh
index ef280b6..34c2d30 100755 (executable)
@@ -9,6 +9,12 @@ $R/bin/afb-daemon-cov --version > /dev/null
 
 $R/bin/afb-daemon-cov --fake-option > /dev/null
 
+valgrind \
+       --log-file=$R/valgrind.out \
+       --trace-children=no \
+       --track-fds=yes \
+       --leak-check=full \
+        --show-leak-kinds=all \
 $R/bin/afb-daemon-cov \
        --verbose \
        --verbose \