On 30 March 2016 at 21:46, Mike Holmes <[email protected]> wrote: > valgrind can run many tools, however they tend to result in the code > never passing currently, start out stabilizing the results for the memory > leek checking first and add more tools later. > > Signed-off-by: Mike Holmes <[email protected]>
Reviewed-by: Anders Roxell <[email protected]> > --- > test/Makefile.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/Makefile.inc b/test/Makefile.inc > index c4399cb..5def923 100644 > --- a/test/Makefile.inc > +++ b/test/Makefile.inc > @@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS) > AM_LDFLAGS += -L$(LIB) > > @VALGRIND_CHECK_RULES@ > -valgrind_tools = memcheck drd sgcheck > +valgrind_tools = memcheck > > TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT} > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
