Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab85fb0e302cee6344a76cf397ba94aa570887ce (plain) (blame)
1
2
3
4
5
6
7
#csv list of test plugins to run
testPluginsToRun=org.eclipse.vex.tests
#,org.eclipse.zest.tests # need an aggregate test suite first!

#map name of test plugin to testsuite class to run
org.eclipse.vex.tests.suite=org.eclipse.vex.tests.AllTestsSuite
extraVMargs=-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc

Back to the top