Ignore:
Timestamp:
2020-01-12T16:40:18+01:00 (4 years ago)
Author:
donvip
Message:

move toulouse unit tests to module folder

Location:
applications/editors/josm/plugins/opendata
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/.classpath

    r35269 r35278  
    1212        <classpathentry kind="src" path="util"/>
    1313        <classpathentry kind="src" output="bintest" path="test/unit">
     14                <attributes>
     15                        <attribute name="test" value="true"/>
     16                </attributes>
     17        </classpathentry>
     18        <classpathentry kind="src" output="bintest" path="modules/fr.toulouse/test/unit">
    1419                <attributes>
    1520                        <attribute name="test" value="true"/>
  • applications/editors/josm/plugins/opendata/modules/build.xml

    r34673 r35278  
    1717        <run_target target="clean"/>
    1818    </target>
     19    <target name="test">
     20        <run_target target="test"/>
     21    </target>
    1922    <target name="install" depends="dist">
    2023        <run_target target="install"/>
Note: See TracChangeset for help on using the changeset viewer.