aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml b/tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml
new file mode 100644
index 000000000..6009c9484
--- /dev/null
+++ b/tests/src/test/java/org/aspectj/systemtest/bringup/bringup.xml
@@ -0,0 +1,14 @@
+<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
+
+<!-- AspectJ Bring-up Tests -->
+<suite>
+
+ <ajc-test title="empty class" dir="bringup">
+ <compile files="EmptyClass.java"></compile>
+ </ajc-test>
+
+ <ajc-test title="empty aspect" dir="bringup">
+ <compile files="EmptyAspect.aj"></compile>
+ </ajc-test>
+
+</suite> \ No newline at end of file