Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] [releng] Toolkit Model in next build

Paul Webster wrote:

Just to make sure:
In tm there are two AllTests classes that must be run, while in
emf.javascript there is one test class named JavascriptSupportTest.

Check out the test.xml that is in the tm.builder.tests ... it just
calls one test suite.  You would need to make another Test suite that
includes both of the all tests (right now I'm just running one, I
think).

Both AllTests classes are suites. Is it OK to add the following to test.xml, just below the existing and similarly structured markup?

<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
	<property name="data-dir" value="${sniff-folder}" />
	<property name="plugin-name" value="${plugin-name}" />
<property name="classname" value="org.eclipse.e4.tm.builder.widgets.AllTests" />
</ant>

Hallvard


Back to the top