Changeset 1306
- Timestamp:
- 01/27/08 21:30:54 (9 months ago)
- Files:
-
- trunk/build/stubbles/build.xml (modified) (1 diff)
- trunk/src/test/run.php (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/stubbles/build.xml
r1280 r1306 214 214 <target name="test" description="run test suite"> 215 215 <phingcall target="test-preparation" /> 216 <mySimpletest testfile=""${stubbles.base.dir}/src/test/run.php"" exit="true" />217 <!-- run two times, this time with the data cached -->218 <mySimpletest testfile=""${stubbles.base.dir}/src/test/run.php"" exit="true" />219 </target>220 221 <target name="test-new" description="run test suite">222 <phingcall target="test-preparation" />223 216 <php expression="extension_loaded('xdebug');" returnProperty="xdebug"/> 224 217 <if>
