Ignore:
Timestamp:
2014-08-04T20:38:31+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] support for unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r30553 r30556  
    418418            <echo message="Running @{testfamily} tests with JUnit"/>
    419419            <jacoco:coverage destfile="${plugin.test.dir}/jacoco.exec">
    420                 <junit printsummary="yes" fork="true" forkmode="once">
     420                <junit printsummary="yes" fork="true" forkmode="once" dir="${basedir}">
    421421                    <sysproperty key="josm.home" value="${plugin.test.dir}/config/@{testfamily}-josm.home"/>
    422422                    <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.