Home | History | Annotate | Download | only in scene-lib

Lines Matching full:scene

2 <project name="scene-lib" default="bin">
215 <target name="test-scene-lib" depends="init, bin">
241 that the relative path for ${scene-lib} works only if this target
245 dir="${scene-lib}/src/annotations/tests"
246 but there are other uses of ${scene-lib} in this target.
249 output="${scene-lib}/test/annotations/tests/executable/example-stdout.jaif"
251 <arg value="${scene-lib}/test/annotations/tests/executable/example-input.jaif" />
253 <arg value="${scene-lib}/test/annotations/tests/executable/example-output.jaif" />
256 <filesmatch file1="${scene-lib}/test/annotations/tests/executable/example-output.jaif.goal"
257 file2="${scene-lib}/test/annotations/tests/executable/example-output.jaif"/>
264 <arg value="${scene-lib}/test/annotations/tests/executable/example-output.jaif.goal"/>
265 <arg value="${scene-lib}/test/annotations/tests/executable/example-output.jaif"/>
270 message="In ${scene-lib}/test/annotations/tests/executable/, file example-output.jaif does not match goal."/>
272 <filesmatch file1="${scene-lib}/test/annotations/tests/executable/example-stdout.jaif.goal"
273 file2="${scene-lib}/test/annotations/tests/executable/example-stdout.jaif"/>
276 message="In ${scene-lib}/test/annotations/tests/executable/, file example-stdout.jaif does not match goal."/>
284 <target name="test" depends="test-scene-lib, test-classfile, test-example"
308 <property name="test-package" value="scene-lib-test"/>