User: danch   
  Date: 01/06/29 21:38:05

  Modified:    src/build build.xml
  Log:
  Added tests for readahead functionality. Note that this only checks to see if they 
work: it doesn't verify that it's actually performing well
  
  Revision  Changes    Path
  1.37      +7 -2      jbosstest/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 2001/06/26 01:08:49     1.36
  +++ build.xml 2001/06/30 04:38:05     1.37
  @@ -148,7 +148,8 @@
       <antcall target="web-subproject" />
       <antcall target="jmsra-subproject" />
       <antcall target="logging-subproject" />
  -      <antcall target="threading-subproject" />
  +    <antcall target="threading-subproject" />
  +    <antcall target="readahead-subproject" />
     </target>
   
       <target name="bank-subproject" depends="prepare">
  @@ -227,7 +228,11 @@
           <!-- Log4j logging tests -->
           <ant antfile="src/build/subprojects/build-logging.xml" />
       </target>
  -          <target name="threading-subproject" depends="prepare">
  +    <target name="readahead-subproject" depends="prepare">
  +        <!-- CMP finder readahead tests -->
  +        <ant antfile="src/build/subprojects/build-readahead.xml" />
  +    </target>
  +    <target name="threading-subproject" depends="prepare">
           <!-- threading tests -->
           <ant antfile="src/build/subprojects/build-threading.xml" />
       </target>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to