Skip to main content
summaryrefslogtreecommitdiffstats
path: root/gcov
diff options
context:
space:
mode:
Diffstat (limited to 'gcov')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.test/pom.xml b/gcov/org.eclipse.linuxtools.gcov.test/pom.xml
index 70c68556e3..680b52bd01 100644
--- a/gcov/org.eclipse.linuxtools.gcov.test/pom.xml
+++ b/gcov/org.eclipse.linuxtools.gcov.test/pom.xml
@@ -34,7 +34,7 @@
<!-- test mojo matches TestProject be default and treats it as PojoTest -->
<exclude>**/Test*.class</exclude>
</excludes>
- <testSuite>org.eclipse.linuxtools.internal.gcov.test</testSuite>
+ <testSuite>org.eclipse.linuxtools.gcov.test</testSuite>
<testClass>org.eclipse.linuxtools.internal.gcov.test.AllGcovTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>

Back to the top