[Ktutorial-commits] SF.net SVN: ktutorial:[204] trunk/ktutorial/ktutorial-editor/tests/unit/ data/C
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-03-28 07:46:42
|
Revision: 204
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=204&view=rev
Author: danxuliu
Date: 2010-03-28 07:46:36 +0000 (Sun, 28 Mar 2010)
Log Message:
-----------
Fix path to runMemCheck.py
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/tests/unit/data/CMakeLists.txt
Modified: trunk/ktutorial/ktutorial-editor/tests/unit/data/CMakeLists.txt
===================================================================
--- trunk/ktutorial/ktutorial-editor/tests/unit/data/CMakeLists.txt 2010-03-28 00:53:41 UTC (rev 203)
+++ trunk/ktutorial/ktutorial-editor/tests/unit/data/CMakeLists.txt 2010-03-28 07:46:36 UTC (rev 204)
@@ -24,7 +24,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.
|