Sonar tests

Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
index c296a81..89e3660 100644
--- a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
+++ b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
@@ -10,6 +10,10 @@
   </parent>
   <artifactId>org.eclipse.dltk.itcl.core.tests</artifactId>
   <packaging>eclipse-test-plugin</packaging>
+  <properties>
+    <sonar.sources></sonar.sources>
+    <sonar.tests>src</sonar.tests>
+  </properties>
   <build>
 	  <plugins>
 		  <plugin>
diff --git a/tcl/tests/pom.xml b/tcl/tests/pom.xml
index 61f3fe5..664f65d 100644
--- a/tcl/tests/pom.xml
+++ b/tcl/tests/pom.xml
@@ -11,6 +11,10 @@
 	</parent>
 	<artifactId>tcl.tests</artifactId>
 	<packaging>pom</packaging>
+	<properties>
+		<sonar.sources></sonar.sources>
+		<sonar.tests>src</sonar.tests>
+	</properties>
 	<modules>
 		<module>org.eclipse.dltk.tcl.tests</module>
 		<module>org.eclipse.dltk.tcl.core.tests</module>
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
index 78c79f2..a74a70b 100644
--- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
+++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
@@ -10,6 +10,10 @@
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.core.tests</artifactId>
   <packaging>eclipse-test-plugin</packaging>
+  <properties>
+    <sonar.sources></sonar.sources>
+    <sonar.tests>src</sonar.tests>
+  </properties>
   <build>
 	  <plugins>
 		  <plugin>