Subversion Repositories DevTools

Rev

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

Rev 4778 Rev 5035
Line 1351... Line 1351...
1351
    #
1351
    #
1352
    #   If this project does contain a unit test, then the name of the target
1352
    #   If this project does contain a unit test, then the name of the target
1353
    #   that will run the unit test must be added to a list
1353
    #   that will run the unit test must be added to a list
1354
    #
1354
    #
1355
    push @::TESTPROJECT_TO_ARUN, "ProjectATest_$name" if ($pProject->{'autotest'});
1355
    push @::TESTPROJECT_TO_ARUN, "ProjectATest_$name" if ($pProject->{'autotest'});
-
 
1356
    push @::TESTPROJECT_TO_URUN, "ProjectATest_$name" if ($pProject->{'autotest'});
1356
    push @::TESTPROJECT_TO_URUN, "ProjectUTest_$name" if ($pProject->{'unittest'});
1357
    push @::TESTPROJECT_TO_URUN, "ProjectUTest_$name" if ($pProject->{'unittest'} );
1357
}
1358
}
1358
 
1359
 
1359
 
1360
 
1360
#-------------------------------------------------------------------------------
1361
#-------------------------------------------------------------------------------
1361
# Function        : TESTFRAMEWORK
1362
# Function        : TESTFRAMEWORK