1# Require us to have the $RDBASE env var set to run the tests
2IF(NOT DEFINED ENV{RDBASE})
3  MESSAGE(FATAL_ERROR "\n\nPlease set your RDBASE env variable before running the tests.\n\n")
4ENDIF(NOT DEFINED ENV{RDBASE})
5
6SET(CTEST_CUSTOM_MEMCHECK_IGNORE
7  ${CTEST_CUSTOM_MEMCHECK_IGNORE}
8
9  # python tests are not memchecked: these are slow, and difficult to interpret
10  ${RDKIT_PYTEST_CACHE}
11)
12