Searched full:valgrind (Results 1 – 7 of 7) sorted by relevance
14 # Run test under valgrind if available16 if env.get("VALGRIND"):17 kwargs['COMMAND'] = env['VALGRIND']
17 # Run tests under valgrind if available19 if env.get("VALGRIND"):20 kwargs['COMMAND'] = env['VALGRIND']
25 # Decode (under valgrind if available)27 if env.get("VALGRIND"):28 kwargs['COMMAND'] = env['VALGRIND']
18 NOVALGRIND Do not use valgrind for memory checks221 valgrind = env.WhereIs('valgrind')222 if valgrind:223 env.SetDefault(VALGRIND = valgrind)
39 sudo apt-get install python3-protobuf protobuf-compiler scons splint valgrind
24 sudo apt-get install clang valgrind splint cmake
31 # Disable libmudflap, because it will confuse valgrind