Ignore:
Timestamp:
2014-08-04T02:45:06+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] support for unit tests

File:
1 edited

Legend:

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

    r30545 r30550  
    211211    <target name="clean_install"/>
    212212    <target name="install" depends="dist"/>
     213    <target name="test">
     214        <ant antfile="build.xml" target="test" dir="alignways"/>
     215        <ant antfile="build.xml" target="test" dir="ElevationProfile"/>
     216        <ant antfile="build.xml" target="test" dir="graphview"/>
     217        <ant antfile="build.xml" target="test" dir="opendata"/>
     218        <ant antfile="build.xml" target="test" dir="turnrestrictions"/>
     219        <ant antfile="build.xml" target="test" dir="wikipedia"/>
     220    </target>
    213221</project>
Note: See TracChangeset for help on using the changeset viewer.