Strabon

changeset 1365:7cef08972437

updated README file on how to run a specific test
author Babis Nikolaou <charnik@di.uoa.gr>
date Thu Sep 18 13:33:46 2014 +0300 (2014-09-18)
parents ea2c5395bf45
children 9330425ec8b1
files README
line diff
     1.1 --- a/README	Wed Sep 17 20:19:31 2014 +0300
     1.2 +++ b/README	Thu Sep 18 13:33:46 2014 +0300
     1.3 @@ -66,6 +66,12 @@
     1.4  
     1.5  	$ mvn -DskipTests=false clean package
     1.6  
     1.7 +Alternatively, it is possible to run a specific test. Supposing that the name of
     1.8 +the corresponding class is `TestName', then you can run only this
     1.9 +test using the following command:
    1.10 +
    1.11 +	$ mvn test -DfailIfNoTests=false -DskipTests=false -Dtest=TestName
    1.12 +
    1.13  In case of an error during building of Strabon and assuming that the error does
    1.14  not come from the JUnit tests, please have a look at the `Known Issues' section
    1.15  below. If none of the known issues of that section applies, please contact the