aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asm/testdata/simple-coverage/simple-coverage.lst5
-rw-r--r--org.aspectj.ajdt.core/testdata/ajc/config.lst2
-rw-r--r--org.aspectj.ajdt.core/testdata/ajc/configWithArgs.lst6
3 files changed, 13 insertions, 0 deletions
diff --git a/asm/testdata/simple-coverage/simple-coverage.lst b/asm/testdata/simple-coverage/simple-coverage.lst
new file mode 100644
index 000000000..9804f0e9e
--- /dev/null
+++ b/asm/testdata/simple-coverage/simple-coverage.lst
@@ -0,0 +1,5 @@
+Good.java
+Foo.java
+pkg1/Bar.java
+pkg1/subpkg/Bar.java
+
diff --git a/org.aspectj.ajdt.core/testdata/ajc/config.lst b/org.aspectj.ajdt.core/testdata/ajc/config.lst
new file mode 100644
index 000000000..60754c82a
--- /dev/null
+++ b/org.aspectj.ajdt.core/testdata/ajc/config.lst
@@ -0,0 +1,2 @@
+A.java
+B.java
diff --git a/org.aspectj.ajdt.core/testdata/ajc/configWithArgs.lst b/org.aspectj.ajdt.core/testdata/ajc/configWithArgs.lst
new file mode 100644
index 000000000..2349386ef
--- /dev/null
+++ b/org.aspectj.ajdt.core/testdata/ajc/configWithArgs.lst
@@ -0,0 +1,6 @@
+-d
+bin
+A.java
+B.java
+X.aj
+Y.aj