Subversion Repositories DevTools

Rev

Rev 4728 | Rev 4778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4728 Rev 4761
Line 9168... Line 9168...
9168
    {
9168
    {
9169
        $if->PROJECT( $entry );
9169
        $if->PROJECT( $entry );
9170
    }
9170
    }
9171
 
9171
 
9172
#-------------------------------------------------------------------------------
9172
#-------------------------------------------------------------------------------
9173
#   Automated tests
9173
#   Automated testing Post Processing
9174
#
9174
#
9175
    MakeHeader ("Automated tests");
9175
    MakeHeader ("Automated testing Post Processing");
9176
 
9176
 
9177
    my $idx = 0;
-
 
9178
    my @copy_set = ();
-
 
9179
    
-
 
9180
    # 
9177
    # 
9181
    #   Insert the three rules that surround test execution:
9178
    #   Insert the three rules that surround test execution:
9182
    #    - preprocess_tests runs before any test has run
9179
    #    - preprocess_tests runs before any test has run
9183
    #    - postprocess_tests runs after all tests have run
9180
    #    - postprocess_tests runs after all tests have run
9184
    #    - collate_test_results runs after all postprocess_tests have run
9181
    #    - collate_test_results runs after all postprocess_tests have run
9185
    #
9182
    #
9186
    $if->PreprocessTests();
9183
    $if->PreprocessTests();
9187
    $if->PostprocessTests();
9184
    $if->PostprocessTests();
9188
    $if->CollateTestResults();
9185
    $if->CollateTestResults();
9189
 
9186
 
-
 
9187
#-------------------------------------------------------------------------------
-
 
9188
#   Automated tests
-
 
9189
#
-
 
9190
    MakeHeader ("Automated tests");
-
 
9191
 
-
 
9192
    my $idx = 0;
-
 
9193
    my @copy_set = ();
-
 
9194
    
9190
    foreach my $pEntry ( @TESTS_TO_RUN )
9195
    foreach my $pEntry ( @TESTS_TO_RUN )
9191
    {                                           # Foreach test
9196
    {                                           # Foreach test
9192
        $idx++;
9197
        $idx++;
9193
        $pEntry->{'index'} = $idx;
9198
        $pEntry->{'index'} = $idx;
9194
        $pEntry->{'test_name'} = "run_test_$idx";
9199
        $pEntry->{'test_name'} = "run_test_$idx";