Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-04-01 18:54:51 +0000
committerAndrew Overholt2011-04-01 18:54:51 +0000
commit1bf969a781fccf44d885007426bc0e578f1c34e4 (patch)
tree603ace399cd0d3fdc450973d863fe97f8694647f /valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests
parent9f08009d6530a0913fde18d899562d4ffe122987 (diff)
downloadorg.eclipse.linuxtools-1bf969a781fccf44d885007426bc0e578f1c34e4.tar.gz
org.eclipse.linuxtools-1bf969a781fccf44d885007426bc0e578f1c34e4.tar.xz
org.eclipse.linuxtools-1bf969a781fccf44d885007426bc0e578f1c34e4.zip
Run cachegrind tests as a suite to pick up -DrunValgrind option
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
index d973c698f2..dbd161cd16 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
@@ -34,6 +34,8 @@
<useUIThread>true</useUIThread>
<product>org.eclipse.sdk.ide</product>
<argLine>-Declipse.valgrind.tests.runValgrind=no</argLine>
+ <testSuite>org.eclipse.linuxtools.valgrind.cachegrind.tests</testSuite>
+ <testClass>org.eclipse.linuxtools.internal.valgrind.cachegrind.tests.AllTests</testClass>
</configuration>
</plugin>
<plugin>

Back to the top