Skip to main content
summaryrefslogtreecommitdiffstats
blob: ba4b4418f6b5786ab169ff291ab782a3a413a78a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################################
# Copyright (c) 2008, 2009 Obeo.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Obeo - initial API and implementation
###############################################################################
#csv list of test plugins to run
#testPluginsToRun=org.eclipse.foo.test,org.eclipse.bar.test
testPluginsToRun=org.eclipse.emf.examples.eef.tests.junit

#map name of test plugin to testsuite class to run using ".suite="
#org.eclipse.foo.test.suite=org.eclipse.foo.test.FooAllTests
org.eclipse.emf.examples.eef.tests.junit.suite=org.eclipse.emf.samples.conference.tests.junit.AllTests

Back to the top