Home | History | Annotate | Download | only in cases
      1 bless:
      2 	-echo Make sure to run "ant test" in scene-lib before!
      3 	make bless-files
      4 
      5 bless-files: TestClassEmpty_Expected.class \
      6 	TestClassNonEmpty_Expected.class \
      7 	TestLocalVariable_Expected.class \
      8 	TestLocalVariableA_Expected.class \
      9 	TestLocalVariableGenericArray_Expected.class \
     10 	TestFieldSimple_Expected.class \
     11 	TestFieldGeneric_Expected.class \
     12 	TestTypecast_Expected.class \
     13 	TestTypecastGenericArray_Expected.class \
     14 	TestTypeTest_Expected.class \
     15 	TestObjectCreation_Expected.class \
     16 	TestObjectCreationGenericArray_Expected.class \
     17 	TestMethodReceiver_Expected.class \
     18 	TestMethodReturnTypeGenericArray_Expected.class \
     19 
     20 
     21 %_Expected.class: %_Generated.class
     22 	-mv $< $@
     23