瀏覽代碼

Ajout fichier test perso + etudiant build.xml

Loquicom 6 年之前
父節點
當前提交
d84054b929
共有 3 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      .gitmodules
  2. 1 0
      TDD2019OWNTESTS
  3. 1 0
      build.xml

+ 3 - 0
.gitmodules

@@ -1,3 +1,6 @@
 [submodule "TDD2019TESTS"]
 	path = TDD2019TESTS
 	url = ../../m1-2018-2019/TDD2019TESTS.git
+[submodule "TDD2019OWNTESTS"]
+	path = TDD2019OWNTESTS
+	url = https://forge.univ-artois.fr/arthur_brandao/TDD2019OWNTESTS.git

+ 1 - 0
TDD2019OWNTESTS

@@ -0,0 +1 @@
+Subproject commit ba91074161bdb58e912044e32cc908b46305fa4c

+ 1 - 0
build.xml

@@ -6,6 +6,7 @@
 	<property name="build" value="build" />
 	<property name="testreports" value="testreports" />
 	<property name="src" value="src" />
+	<property name="etudiant" value="Arthur Brandao" />
 
 	<!-- Define the SonarQube global properties (the most usual way is to pass these properties via the command line) -->
 	<property name="sonar.host.url" value="https://forge.univ-artois.fr/sonar67" />