[Ktutorial-commits] SF.net SVN: ktutorial:[116] trunk/ktutorial/ktutorial-editor/tests/unit/ CMakeL
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-07 06:21:26
|
Revision: 116 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=116&view=rev Author: danxuliu Date: 2010-03-07 06:21:19 +0000 (Sun, 07 Mar 2010) Log Message: ----------- Fix the path to runMemCheck.py in MEM_TESTS macro. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt Modified: trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt 2010-03-06 22:52:52 UTC (rev 115) +++ trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt 2010-03-07 06:21:19 UTC (rev 116) @@ -18,7 +18,7 @@ MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) - add_test(ktutorial-editor-unit-mem-${_testname} ${CMAKE_CURRENT_SOURCE_DIR}/../runMemcheck.py ${CMAKE_CURRENT_BINARY_DIR}/${_testname}Test ${CMAKE_CURRENT_BINARY_DIR}) + add_test(ktutorial-editor-unit-mem-${_testname} ${CMAKE_CURRENT_SOURCE_DIR}/runMemcheck.py ${CMAKE_CURRENT_BINARY_DIR}/${_testname}Test ${CMAKE_CURRENT_BINARY_DIR}) ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |