diff options
author | wisberg <wisberg> | 2003-04-09 13:55:00 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-09 13:55:00 +0000 |
commit | 9045d470089aa58a4c7dab743468d0206ad6dd68 (patch) | |
tree | 2f059c606db60e066e1ff9b78914fd17b7aa12ff /taskdefs/testsrc/org/aspectj | |
parent | 501fb83d58cf6921c4af42cc8bbae556561409ae (diff) | |
download | aspectj-9045d470089aa58a4c7dab743468d0206ad6dd68.tar.gz aspectj-9045d470089aa58a4c7dab743468d0206ad6dd68.zip |
added minimal (unverified) compiler adapter tests
Diffstat (limited to 'taskdefs/testsrc/org/aspectj')
-rw-r--r-- | taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java b/taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java index 8971936c1..532c4447a 100644 --- a/taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java +++ b/taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java @@ -1,6 +1,7 @@ /* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, - * 2002 Palo Alto Research Center, Incorporated (PARC). + * 2002 Palo Alto Research Center, Incorporated (PARC), + * 2003 Contributors. * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 @@ -9,6 +10,7 @@ * * Contributors: * Xerox/PARC initial implementation + * Wes Isberg some 2003 tests * ******************************************************************/ @@ -20,7 +22,8 @@ public class TaskdefsTests extends TestCase { public static Test suite() { TestSuite suite = new TestSuite(TaskdefsTests.class.getName()); - //$JUnit-BEGIN$ + //$JUnit-BEGIN$ + suite.addTestSuite(Ajc11CompilerAdapterTest.class); suite.addTestSuite(AjdocTest.class); suite.addTestSuite(AjcTaskTest.class); //$JUnit-END$ |