Changes between Version 1 and Version 2 of EclipseAndMoleCuilder


Ignore:
Timestamp:
Feb 25, 2010, 1:35:13 PM (15 years ago)
Author:
FrederikHeber
Comment:

changed TestRunnerClient to TestRunner

Legend:

Unmodified
Added
Removed
Modified
  • EclipseAndMoleCuilder

    v1 v2  
    3939Two new files should have appeared in the main folder of the project: ''!TestRunnerClient.cpp'' and ''!TestRunnerClient.h''. See above for adding ''--enable-ecut'' to the configure command line and use '''clean project''' and then '''build project''' in context menu of project to re-compile.
    4040
    41 Under '''Binaries''' in the project explorer a new file called ''!TestRunnerClient'' should have appeared. This file contains all Test cases in a single run.
     41Under '''Binaries''' in the project explorer a new file called ''!TestRunner'' should have appeared. This file contains all Test cases in a single run.
    4242
    4343Finally, we configure a run configuration for this new executable. Select '''Run''' from the menu and '''Run Configurations'''. Select ''!CppUnit'' in the list on the left. Click on the '''new launch configuration''' in the icon list above. Give the test a decent name, select your project, use the build configuration you created above (!CppUnitTest) and finally '''Search Project''' for the new executable. Click '''Apply''' and '''Run'''.