aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/bringup/bringup.xml
blob: 6e657c4df6910bc49e166172fdddb580046d737b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<!-- AspectJ Bring-up Tests -->
<suite>

 <ajc-test title="empty class" dir="bringup">
   <compile files="EmptyClass.java"/>
 </ajc-test>

 <ajc-test title="empty aspect" dir="bringup">
   <compile files="EmptyAspect.aj"/>
 </ajc-test>

</suite>