diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-03-22 11:29:18 +0100 |
---|---|---|
committer | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-03-22 11:29:18 +0100 |
commit | bf845c126d53f07de103e03b68ddb7f24014cee5 (patch) | |
tree | dcc30b45915362656d61b05eb4cc998bbcb70561 /org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch | |
parent | 04ab2dac3728f8e43dc42a9e700819dd2e7a4a93 (diff) | |
download | jgit-bf845c126d53f07de103e03b68ddb7f24014cee5.tar.gz jgit-bf845c126d53f07de103e03b68ddb7f24014cee5.zip |
Allow to write tests with CLI syntax
Bug: 365444
Change-Id: I86f382913bc47665c5b9a2827b878e7dbedce7b1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch')
-rw-r--r-- | org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch b/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch new file mode 100644 index 0000000000..3e7c17ff99 --- /dev/null +++ b/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?><launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.jgit.pgm.test/tst"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="2"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.jgit.pgm.test/tst"/>
+<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
+<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.jgit.pgm.test"/>
+</launchConfiguration>
\ No newline at end of file |