Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Executing tests on multiple target platforms

Thanks for the fast reply, Igor. I'll give profiles a try.

Regards,
Rüdiger


From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Sent: Monday, January 30, 2012 7:07 PM
Subject: Re: [tycho-user] Executing tests on multiple target platforms

Test project(s) can have multiple target platform configurations, each
in a separate pom.xml profile. If you 'install' main bundles into local
maven repository, you will be able to build just the test project(s)
with desired target platform enabled.

Unfortunately, there is currently no way to fail overall build if tests
for one of the target platforms fail.

--
Regards,
Igor

On 12-01-30 12:55 PM, Rüdiger Herrmann wrote:
> Hello,
>
> I have a few plug-ins and one feature. A tycho-based build produces a p2
> repo thereof and executes PDE-JUnit-tests (via the
> tycho-surefire-plugin) all in one go. Very neat :)
>
> Now, I'd like to have the tests executed on multiple target platforms
> (Platform/UI 3.x and 4.x namely). Ideally, without building the feature
> each time and/or having to duplicate the pom files.
> Can I specify pom files that just run tests on the output of a prior
> build? What do you recommend to achieve this?
>
> TIA
> Rüdiger
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top