Changeset 278 for trunk/fl5/build/build.xml
- Timestamp:
- 08/19/09 16:27:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/fl5/build/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/build/build.xml
r276 r278 77 77 <exec executable="${amxmlc.exe}" dir="${basedir}"> 78 78 <!-- Point to the main class .as file --> 79 <arg line="'${test.dir}/PlayerTest Runner.as'" />79 <arg line="'${test.dir}/PlayerTestLauncher.as'" /> 80 80 81 81 <!-- Place the built .swf file in the "bin" directory --> 82 <arg line="-output '${basedir}/bin-test/ TestRunner.swf'" />82 <arg line="-output '${basedir}/bin-test/PlayerTestLauncher.swf'" /> 83 83 84 84 <!-- Define source directories for "src" and "tests" --> … … 105 105 <target name="test-unit" depends="check-properties"> 106 106 <exec executable="${airDebugLauncher.exe}"> 107 <arg line="'${basedir}/bin-test/ TestRunner-app.xml'" />107 <arg line="'${basedir}/bin-test/PlayerTestLauncher-app.xml'" /> 108 108 </exec> 109 109 </target>
Note: See TracChangeset
for help on using the changeset viewer.
