Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Running integration tests in Eclipse

Igor, IIRC you asked me to document how to run integration tests in Eclipse, right? I only realized that I did this quite a while ago. From http://wiki.eclipse.org/Developing_Tycho:
 
Executing integration tests in Eclipse
It is possible to start most integration tests directly from Eclipse. Note however that you will still need to build Tycho through a mvn install first whenever you have made changes to the Tycho code, e.g. using the bootstrap.cmd as described above. (Background: The integration tests trigger builds of test projects -- and these builds take Tycho from it's normal location, i.e. the local Maven repository.)
 
Was this what you wanted?
 
Regards
Tobias
 

Back to the top