diff options
author | wisberg <wisberg> | 2003-05-07 03:52:20 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-07 03:52:20 +0000 |
commit | acb1ee07cbfa338f10051351f539534ca67fa6d2 (patch) | |
tree | 383088863fbb4d6b10d570d428d8296159f75b4b /testing-drivers | |
parent | a4f95e725f2d2f7d5c231b3992a000d7fc9bc247 (diff) | |
download | aspectj-acb1ee07cbfa338f10051351f539534ca67fa6d2.tar.gz aspectj-acb1ee07cbfa338f10051351f539534ca67fa6d2.zip |
added harness tests (to JUnit test that is not included by default since it runs all the ajc tests)
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java | 3 |
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" }; |