Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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