Point valgrind suppressions file to srcdir.

This commit is contained in:
Graydon Hoare 2011-03-18 18:30:21 -07:00
parent 8c48fae726
commit 02d18ccf31
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ ifdef CFG_UNIXY
CFG_VALGRIND += --leak-check=full \
--error-exitcode=1 \
--quiet --vex-iropt-level=0 \
--suppressions=etc/x86.supp
--suppressions=$(S)src/etc/x86.supp
endif
endif