ant test target should depend on make target to ensure dependent files are up-to-date

cusax-fix
Brian Burch 20 years ago
parent 1c4821c5f9
commit b259079844

@ -199,7 +199,7 @@
<!-- - - - - - - - - - - - - - UNIT TESTING - - - - - - - - - - - - - - -->
<!--PREPARE-TESTS-->
<target name="identify-test">
<target name="identify-test" depends="make">
<!--internal-target- identify Service Impl Compatibility Kits to run -->
<condition property="test.name.known">
<!-- has a single test class has been defined? -->

Loading…
Cancel
Save