mirror of https://github.com/lukechilds/node.git
Browse Source
We need to clear out and re-create the tmp directory when running valgrind just like for the normal test run.v0.7.4-release
Tom Hughes
14 years ago
committed by
Ryan Dahl
1 changed files with 2 additions and 0 deletions
@ -1,2 +1,4 @@ |
|||
set(CTEST_CUSTOM_PRE_TEST "sh -c \"rm -rf ../test/tmp && mkdir ../test/tmp\"") |
|||
set(CTEST_CUSTOM_POST_TEST ${CTEST_CUSTOM_PRE_TEST}) |
|||
set(CTEST_CUSTOM_PRE_MEMCHECK ${CTEST_CUSTOM_PRE_TEST}) |
|||
set(CTEST_CUSTOM_POST_MEMCHECK ${CTEST_CUSTOM_PRE_TEST}) |
|||
|
Loading…
Reference in new issue