Project

General

Profile

harness_test_plan.xml

Florin Eugen Rotaru, 04/08/2025 06:27 AM

Download (581 Bytes)

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