coverage: Add valgrind diagnostics
[src/app-framework-binder.git] / coverage / scripts / run-test.sh
index ef280b6..26ade87 100755 (executable)
@@ -9,6 +9,11 @@ $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 \
 $R/bin/afb-daemon-cov \
        --verbose \
        --verbose \