#csv list of test plugins to run | |
testPluginsToRun=org.eclipse.jwt.tests | |
# define which suite to run within each test plugin; or, include a test.xml script in | |
# the test plugin to deviate from default one-suite-per-plugin operation | |
# map name of test plugin to testsuite class to run using ".suite=" | |
org.eclipse.jwt.tests.suite=org.eclipse.jwt.tests.AllTests | |
# could also add things like: -Xbootclasspath/a:/path/to/emma.jar ? | |
#Xflags= -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m | |
#Dflags= |