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.

bringup.xml 301B

1234567891011121314
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <!-- AspectJ Bring-up Tests -->
  3. <suite>
  4. <ajc-test title="empty class" dir="bringup">
  5. <compile files="EmptyClass.java"/>
  6. </ajc-test>
  7. <ajc-test title="empty aspect" dir="bringup">
  8. <compile files="EmptyAspect.aj"/>
  9. </ajc-test>
  10. </suite>