<test-plan name="Lexer Test Plan" description="Lexer Test Plan">
<output-directory path="results" unique="true"/>
   <target type="stream" shell="bash"/>
   <resources> 
      <variable name="run_java_lex" type="String" initial="ant -f ../../../build.xml run-lex" />
   </resources>
   
   <test-set name="Comments_test_plan" description="Comments test plan" threads="1">   
    <test filename="lex_comments.xml" dependency="sequential" group="comments_test_1"/> 
    <test filename="comments_test.xml" dependency="sequential" group="comments_test_1"/> 
   </test-set>
</test-plan>