aboutsummaryrefslogtreecommitdiffstats
path: root/tests/projects/shared/xoo-sample-with-tests/sonar-project.properties
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-23 21:31:56 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-25 23:42:50 +0200
commit70b6899988da0d2ba0a39b846e4f1bd3fa27304f (patch)
tree1ac093a87e0fba6b07c6feb6aceae89bdd9663cf /tests/projects/shared/xoo-sample-with-tests/sonar-project.properties
parent5dd574819854e9ce7e2f4e181e78153a7ecbf828 (diff)
downloadsonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.tar.gz
sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.zip
Move integration tests to directory tests/
Diffstat (limited to 'tests/projects/shared/xoo-sample-with-tests/sonar-project.properties')
-rw-r--r--tests/projects/shared/xoo-sample-with-tests/sonar-project.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/shared/xoo-sample-with-tests/sonar-project.properties b/tests/projects/shared/xoo-sample-with-tests/sonar-project.properties
new file mode 100644
index 00000000000..0f2415d0320
--- /dev/null
+++ b/tests/projects/shared/xoo-sample-with-tests/sonar-project.properties
@@ -0,0 +1,6 @@
+sonar.projectKey=sample-with-tests
+sonar.projectName=Sample with tests
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src/main/xoo
+sonar.tests=src/test/xoo
+sonar.language=xoo \ No newline at end of file