[Ktutorial-commits] SF.net SVN: ktutorial:[140] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-09 21:12:59
|
Revision: 140 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=140&view=rev Author: danxuliu Date: 2010-03-09 21:12:53 +0000 (Tue, 09 Mar 2010) Log Message: ----------- Change the list of classes to test in CMakeLists.txt from horizontal to vertical. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt trunk/ktutorial/ktutorial-editor/tests/unit/view/CMakeLists.txt trunk/ktutorial/ktutorial-library/test/CMakeLists.txt trunk/ktutorial/ktutorial-library/test/scripting/CMakeLists.txt trunk/ktutorial/ktutorial-library/test/view/CMakeLists.txt Modified: trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt 2010-03-09 20:38:48 UTC (rev 139) +++ trunk/ktutorial/ktutorial-editor/tests/unit/CMakeLists.txt 2010-03-09 21:12:53 UTC (rev 140) @@ -14,7 +14,10 @@ ENDFOREACH(_className) ENDMACRO(UNIT_TESTS) -unit_tests(Step Tutorial) +unit_tests( + Step + Tutorial +) MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) @@ -22,4 +25,7 @@ ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) -mem_tests(Step Tutorial) +mem_tests( + Step + Tutorial +) Modified: trunk/ktutorial/ktutorial-editor/tests/unit/view/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/view/CMakeLists.txt 2010-03-09 20:38:48 UTC (rev 139) +++ trunk/ktutorial/ktutorial-editor/tests/unit/view/CMakeLists.txt 2010-03-09 21:12:53 UTC (rev 140) @@ -16,7 +16,21 @@ ENDFOREACH(_className) ENDMACRO(UNIT_TESTS) -unit_tests(EditionDialog LicenseWidget StepCustomCodeWidget StepDataWidget StepTreeItem TextTreeItem TreeItem TreeItemUtil TreeModel TutorialCustomCodeWidget TutorialInformationWidget TutorialTreeItem TutorialTreeSelectionManager) +unit_tests( + EditionDialog + LicenseWidget + StepCustomCodeWidget + StepDataWidget + StepTreeItem + TextTreeItem + TreeItem + TreeItemUtil + TreeModel + TutorialCustomCodeWidget + TutorialInformationWidget + TutorialTreeItem + TutorialTreeSelectionManager +) MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) @@ -24,4 +38,18 @@ ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) -mem_tests(EditionDialog LicenseWidget StepCustomCodeWidget StepDataWidget StepTreeItem TextTreeItem TreeItem TreeItemUtil TreeModel TutorialCustomCodeWidget TutorialInformationWidget TutorialTreeItem TutorialTreeSelectionManager) +mem_tests( + EditionDialog + LicenseWidget + StepCustomCodeWidget + StepDataWidget + StepTreeItem + TextTreeItem + TreeItem + TreeItemUtil + TreeModel + TutorialCustomCodeWidget + TutorialInformationWidget + TutorialTreeItem + TutorialTreeSelectionManager +) Modified: trunk/ktutorial/ktutorial-library/test/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/test/CMakeLists.txt 2010-03-09 20:38:48 UTC (rev 139) +++ trunk/ktutorial/ktutorial-library/test/CMakeLists.txt 2010-03-09 21:12:53 UTC (rev 140) @@ -14,7 +14,20 @@ ENDFOREACH(_className) ENDMACRO(UNIT_TESTS) -unit_tests(Option Step Tutorial TutorialInformation TutorialManager WaitFor WaitForAnd WaitForComposed WaitForEvent WaitForNot WaitForOr WaitForSignal) +unit_tests( + Option + Step + Tutorial + TutorialInformation + TutorialManager + WaitFor + WaitForAnd + WaitForComposed + WaitForEvent + WaitForNot + WaitForOr + WaitForSignal +) MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) @@ -22,4 +35,17 @@ ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) -mem_tests(Option Step Tutorial TutorialInformation TutorialManager WaitFor WaitForAnd WaitForComposed WaitForEvent WaitForNot WaitForOr WaitForSignal) +mem_tests( + Option + Step + Tutorial + TutorialInformation + TutorialManager + WaitFor + WaitForAnd + WaitForComposed + WaitForEvent + WaitForNot + WaitForOr + WaitForSignal +) Modified: trunk/ktutorial/ktutorial-library/test/scripting/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/test/scripting/CMakeLists.txt 2010-03-09 20:38:48 UTC (rev 139) +++ trunk/ktutorial/ktutorial-library/test/scripting/CMakeLists.txt 2010-03-09 21:12:53 UTC (rev 140) @@ -11,7 +11,13 @@ ENDFOREACH(_className) ENDMACRO(UNIT_TESTS) -unit_tests(ScriptedStep ScriptedTutorial Scripting ScriptingModule ScriptManager) +unit_tests( + ScriptedStep + ScriptedTutorial + Scripting + ScriptingModule + ScriptManager +) MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) @@ -19,4 +25,10 @@ ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) -mem_tests(ScriptedStep ScriptedTutorial Scripting ScriptingModule ScriptManager) +mem_tests( + ScriptedStep + ScriptedTutorial + Scripting + ScriptingModule + ScriptManager +) Modified: trunk/ktutorial/ktutorial-library/test/view/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/test/view/CMakeLists.txt 2010-03-09 20:38:48 UTC (rev 139) +++ trunk/ktutorial/ktutorial-library/test/view/CMakeLists.txt 2010-03-09 21:12:53 UTC (rev 140) @@ -16,7 +16,11 @@ ENDFOREACH(_className) ENDMACRO(UNIT_TESTS) -unit_tests(StepWidget TutorialListModel TutorialManagerDialog) +unit_tests( + StepWidget + TutorialListModel + TutorialManagerDialog +) MACRO(MEM_TESTS) FOREACH(_testname ${ARGN}) @@ -24,4 +28,8 @@ ENDFOREACH(_testname) ENDMACRO(MEM_TESTS) -mem_tests(StepWidget TutorialListModel TutorialManagerDialog) +mem_tests( + StepWidget + TutorialListModel + TutorialManagerDialog +) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |