Changes between Version 1 and Version 2 of EclipseAndMoleCuilder
- Timestamp:
- Feb 25, 2010, 1:35:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseAndMoleCuilder
v1 v2 39 39 Two 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. 40 40 41 Under '''Binaries''' in the project explorer a new file called ''!TestRunner Client'' should have appeared. This file contains all Test cases in a single run.41 Under '''Binaries''' in the project explorer a new file called ''!TestRunner'' should have appeared. This file contains all Test cases in a single run. 42 42 43 43 Finally, 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'''.