You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sandbox-api-test.xml 1.3KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
  2. <!-- ../ path when running, ../../ when editing? -->
  3. <!--
  4. This is just like sandbox-test.xml except that it is
  5. reserved for code that uses the AspectJ API's because
  6. it assumes the build has created the target library,
  7. ../aj-build/dist/tools/lib/aspectjtools.jar
  8. and that we run from a peer directory of this one.
  9. -->
  10. <suite>
  11. <ajc-test dir="api-clients" title="api-ajde-modelWalker"
  12. comment="BROKEN - function unvalidated, only that it compiles and runs">
  13. <compile files="org/aspectj/samples/JoinPointCollector.java"
  14. classpath="../../../aj-build/dist/tools/lib/aspectjtools.jar"/>
  15. <run class="org/aspectj/samples/JoinPointCollector"
  16. options="-help"/>
  17. </ajc-test>
  18. <ajc-test dir="api-clients" title="api-asm-listAffectedFiles"
  19. comment="function unvalidated; note run paths are relative to harness cwd">
  20. <compile files="org/aspectj/samples/AffectedFilesReporter.java"
  21. classpath="../../../aj-build/dist/tools/lib/aspectjtools.jar"/>
  22. <run class="org/aspectj/samples/AffectedFilesReporter"
  23. outStreamIsError="true"
  24. options="-emacssym,@../aj-build/dist/docs/doc/examples/tracing/notrace.lst"/>
  25. <run class="org/aspectj/samples/AffectedFilesReporter"
  26. options="-emacssym,@../aj-build/dist/docs/doc/examples/tracing/tracev3.lst"/>
  27. </ajc-test>
  28. </suite>