You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2018/11/01 20:17:46 UTC

[incubator-plc4x] 16/35: - Added "*Test(s)" to the test-suite

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch add-simple-mock-driver
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 1d540299f5b4e3cf3dc92ad117e008a36d77f90f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 29 15:49:48 2018 +0100

    - Added "*Test(s)" to the test-suite
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 66e75d6..e0a1e37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1264,6 +1264,7 @@
               <argLine>-Xmx256m @{surefireArgLine}</argLine>
               <includes>
                 <include>**/*Test.java</include>
+                <include>**/*Tests.java</include>
                 <include>**/*Spec.java</include>
               </includes>
             </configuration>