Skip to content

Fix path of valgrind-suppressions for separate build tree

Created by: akashrawal

When build tree is different from source tree, libtest.la is not able to find suppressions file because it is looking in the build tree where the file is not there.

Merge request reports