Skip to content

Commit

Permalink
memcheck test: do not call ctest_build() when nothing needs to be bui…
Browse files Browse the repository at this point in the history
…lt (#2)
  • Loading branch information
DerDakon committed Oct 2, 2012
1 parent edc4d6c commit ed59b2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,6 +19,6 @@ set(CTEST_MEMORYCHECK_COMMAND "${PSEUDO_VALGRIND}")

CTEST_START(Experimental)
CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
#CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
CTEST_MEMCHECK(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)

0 comments on commit ed59b2a

Please sign in to comment.