summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch
diff options
context:
space:
mode:
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>2012-03-23 09:10:41 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2012-04-18 18:57:36 +0200
commita2dac2c78d1fff0b2cedadcdaac030001eb851ac (patch)
treecc22f3a9b9676b9349456e6b7585074ff6420383 /org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch
parent95ed300b04f52e6d0625dfb5a6e0e52aac4bc412 (diff)
downloadjgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.tar.gz
jgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.zip
Allow to write tests with CLI syntax
CQ: 6385 Bug: 365444 Change-Id: I2d5164cd92429673fe3c37e9f5f9bc565192cc12 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.launch15
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