<!--
	Ant
		
	Copyright 2023-2025 MicroEJ Corp.
	Use of this source code is governed by a BSD-style license that can be found with this software.
-->
<project>
    <target name="BuildTestTarget" extensionOf="abstract-compile:compile-ready"
            depends="resources-std:copy-test-resources">
        <augment id="src.java.path">
            <path location="${basedir}/src/test/java"/>
            <path location="${target}/adpgenerated/src-adpgenerated/junit/java"/>
        </augment>
        <property name="sonar.tests" value=""/>
    </target>
</project>