blob: ba587fe9e5b2d1aec564c763123c296da6da67df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[
<!ENTITY tests SYSTEM "../tests/src/org/aspectj/systemtest/aspectpath/aspectpath-tests.xml">
]>
<!-- Aspectpath Tests -->
<suite>
&tests;
</suite>
|