Repository: systemml Updated Branches: refs/heads/master 6bf3d92c7 -> 4384ebbda
[MINOR] Add mlcontext/algorithms test suite to build Include **/integration/mlcontext/algorithms/*Suite.java for maven-failsafe-plugin so that MLContext algorithm tests are run during the integration test phase of the build. Closes #623. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/4384ebbd Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/4384ebbd Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/4384ebbd Branch: refs/heads/master Commit: 4384ebbdaf2594481f23a24d2a00ea81d325f2d9 Parents: 6bf3d92 Author: Deron Eriksson <[email protected]> Authored: Thu Aug 17 11:00:10 2017 -0700 Committer: Deron Eriksson <[email protected]> Committed: Thu Aug 17 11:00:10 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/4384ebbd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee29fe2..2460f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -463,6 +463,7 @@ <include>**/integration/functions/sparse/*Suite.java</include> <include>**/integration/functions/**/*Test*.java</include> <include>**/integration/mlcontext/*Suite.java</include> + <include>**/integration/mlcontext/algorithms/*Suite.java</include> <include>**/integration/scripts/nn/*Suite.java</include> <include>**/integration/scalability/**/*Test.java</include> </includes>
