Home | History | Annotate | only in /external/annotation-tools/scene-lib/test
Up to higher level directory
NameDateSize
annotations/21-Aug-2018
annotations-expected/21-Aug-2018
README21-Aug-2018752

README

      1 # To create a new scene-lib test case, do something like the following with a properly-functioning version of AFU:
      2 
      3 cd $t/annotation-tools/scene-lib/test/annotations/tests/classfile/cases
      4 $ch/bin/javac -g TestLocalVariableA.java
      5 \mv -pf TestLocalVariableA.class $t/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases
      6 (CLASSPATH=$t/scene-lib/test insert-annotations-to-source TestLocalVariableA.jaif TestLocalVariableA.java)
      7 cd annotated
      8 $ch/bin/javac -g -cp $t/annotation-tools/scene-lib/bin annotations/tests/classfile/cases/TestLocalVariableA.java
      9 \cp -p annotations/tests/classfile/cases/TestLocalVariableA.class $t/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/TestLocalVariableA_Expected.class
     10 
     11