Repository: systemml
Updated Branches:
  refs/heads/master 4b6b8d2df -> bf72cc475


[MINOR] Add more test suites to integration tests (compress, jmlc)

This patch adds the test suites for compression and jmlc to our
automated CI tests because they increase coverage (1500 tests) at low
overhead (few minutes).


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/bf72cc47
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/bf72cc47
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/bf72cc47

Branch: refs/heads/master
Commit: bf72cc475b20e0ab4db16d102cb24973913c0909
Parents: 4b6b8d2
Author: Matthias Boehm <[email protected]>
Authored: Tue May 22 18:08:49 2018 -0700
Committer: Matthias Boehm <[email protected]>
Committed: Tue May 22 18:08:49 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/bf72cc47/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee5da7a..2f2aa0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,8 @@
                                                <!-- 
<include>**/integration/applications/**/*Suite.java</include> -->
                                                <!-- 
<include>**/integration/conversion/*Suite.java</include> -->
                                                <!-- 
<include>**/integration/functions/data/*Suite.java</include> -->
+                                               
<include>**/integration/functions/compress/*Suite.java</include>
+                                               
<include>**/integration/functions/jmlc/*Suite.java</include>
                                                
<include>**/integration/functions/sparse/*Suite.java</include>
                                                <!-- 
<include>**/integration/functions/codegenalg/*Suite.java</include> -->
                                                <!-- 
<include>**/integration/functions/**/*Test*.java</include> -->

Reply via email to