Home
last modified time | relevance | path

Searched full:valgrind (Results 1 – 7 of 7) sorted by relevance

/nanopb-3.4.0/tests/regression/issue_259/
DSConscript14 # Run test under valgrind if available
16 if env.get("VALGRIND"):
17 kwargs['COMMAND'] = env['VALGRIND']
/nanopb-3.4.0/tests/io_errors_pointers/
DSConscript17 # Run tests under valgrind if available
19 if env.get("VALGRIND"):
20 kwargs['COMMAND'] = env['VALGRIND']
/nanopb-3.4.0/tests/alltypes_pointer/
DSConscript25 # Decode (under valgrind if available)
27 if env.get("VALGRIND"):
28 kwargs['COMMAND'] = env['VALGRIND']
/nanopb-3.4.0/tests/
DSConstruct18 NOVALGRIND Do not use valgrind for memory checks
221 valgrind = env.WhereIs('valgrind')
222 if valgrind:
223 env.SetDefault(VALGRIND = valgrind)
/nanopb-3.4.0/.github/workflows/
Dtrigger_on_code_change.yml39 sudo apt-get install python3-protobuf protobuf-compiler scons splint valgrind
Dcompiler_tests.yml24 sudo apt-get install clang valgrind splint cmake
/nanopb-3.4.0/tests/common/
DSConscript31 # Disable libmudflap, because it will confuse valgrind