]> source.dussan.org Git - aspectj.git/commitdiff
added minimal (unverified) compiler adapter tests
authorwisberg <wisberg>
Wed, 9 Apr 2003 13:55:00 +0000 (13:55 +0000)
committerwisberg <wisberg>
Wed, 9 Apr 2003 13:55:00 +0000 (13:55 +0000)
taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java

index 8971936c1ce0c3e0d349ae1ec3bd440cccebe035..532c4447a4fc2e91c2caf261f8749752f3a42f5a 100644 (file)
@@ -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$