]> source.dussan.org Git - aspectj.git/commitdiff
put aspectjrt.jar on classpath for module tests run outside of eclipse
authoracolyer <acolyer>
Fri, 8 Aug 2003 15:31:06 +0000 (15:31 +0000)
committeracolyer <acolyer>
Fri, 8 Aug 2003 15:31:06 +0000 (15:31 +0000)
tests/junitModules.xml

index d2af0100e80f2dab2cd6aa0304938a01fe06bc5a..ef1770fcadc05c1b4dfa3ef60668c45ec24a3c26 100644 (file)
                haltonfailure="${haltOnTestFailure}" >
            <classpath>
                <path refid="${test.classpath}"/>
+               <pathelement location="${aspectjrt.path}"/>
            </classpath>
 
                <!-- AMC added this next line, needed when testing release builds,