mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* clean up in testDatastructs * avoid jump on unassigned mem in rxns * set valgrind error exit code * update suppressions * clean up RDValue in testDict * don't leak mol if parsing Maestro file fails * don't leak mol if parsing PDB block fails * cleanup leftover rxns in testReaction * cleanup mol if CX extensions cannot be parsed * cleanup leftover mols in smiTest1 * cleanup leftover mols in moldraw2DTest1 * cleanup leftover mols in testSubstructMatch * make testEnumeration go easier on valgrind * reduce R counts
3 lines
354 B
CMake
3 lines
354 B
CMake
# For some reason, MEMORYCHECK_SUPPRESSIONS_FILE is not being caught, so I hardcoded it here
|
|
SET(MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --error-exitcode=13 --time-stamp=yes --num-callers=20 --gen-suppressions=all --leak-check=full --show-reachable=no --trace-children=yes --suppressions=${RDKit_SOURCE_DIR}/Code/cmake/rdkit_valgrind.suppressions")
|