Changeset 30551 in osm


Ignore:
Timestamp:
2014-08-04T02:54:37+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] support for unit tests

Location:
applications/editors/josm/plugins
Files:
3 edited

Legend:

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

    r30550 r30551  
    22<project name="josm-plugins" default="build" basedir=".">
    33    <target name="compile_josm" unless="skip-josm">
    4         <echo message="test"/>
    54        <ant dir="../core" target="dist"/>
     5    </target>
     6    <target name="compile_josm_test" unless="skip-josm">
     7        <ant dir="../core" target="test-compile"/>
    68    </target>
    79    <target name="compile" depends="compile_josm"/>
     
    211213    <target name="clean_install"/>
    212214    <target name="install" depends="dist"/>
    213     <target name="test">
     215    <target name="test" depends="compile_josm_test">
    214216        <ant antfile="build.xml" target="test" dir="alignways"/>
    215217        <ant antfile="build.xml" target="test" dir="ElevationProfile"/>
  • applications/editors/josm/plugins/turnrestrictions/test

    • Property svn:ignore
      •  

        old new  
        11build
        22report
         3jacoco.exec
    • Property svn:externals set to
  • applications/editors/josm/plugins/wikipedia/test

    • Property svn:ignore set to
      report
      build
      jacoco.exec
Note: See TracChangeset for help on using the changeset viewer.