summaryrefslogtreecommitdiffstats
path: root/testing-drivers
diff options
context:
space:
mode:
Diffstat (limited to 'testing-drivers')
-rw-r--r--testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java
index 3f9ff1b26..be1234424 100644
--- a/testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java
+++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java
@@ -40,7 +40,8 @@ import junit.framework.TestSuite;
*/
public class SuiteTest extends TestCase {
private static final String[] SUITES = new String[]
- { "testdata/incremental/harness/selectionTest.xml",
+ { "../tests/ajcHarnessTests.xml",
+ "testdata/incremental/harness/selectionTest.xml",
"../tests/ajcTests.xml"
};