Repository: incubator-systemml Updated Branches: refs/heads/master 7ce130855 -> 229022333
[SYSTEMML-1564] Adding the new `nn` testsuite to the POM Closes #479. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/22902233 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/22902233 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/22902233 Branch: refs/heads/master Commit: 2290223336ab515888d8226927f222ffa2b1cbe6 Parents: 7ce1308 Author: Mike Dusenberry <[email protected]> Authored: Mon May 1 13:52:45 2017 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Mon May 1 13:52:45 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/22902233/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c821b46..ebbae87 100644 --- a/pom.xml +++ b/pom.xml @@ -482,6 +482,7 @@ <include>**/integration/functions/sparse/*Suite.java</include> <include>**/integration/functions/**/*Test*.java</include> <include>**/integration/mlcontext/*Suite.java</include> + <include>**/integration/scripts/nn/*Suite.java</include> <include>**/integration/scalability/**/*Test.java</include> </includes>
