Subversion Repositories DevTools

Rev

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

Rev 4761 Rev 4778
Line 1270... Line 1270...
1270
    }
1270
    }
1271
 
1271
 
1272
    ::MakePrint( "\n" );
1272
    ::MakePrint( "\n" );
1273
}
1273
}
1274
 
1274
 
1275
 
-
 
1276
#-------------------------------------------------------------------------------
-
 
1277
# Function        : PreprocessTests
-
 
1278
#
-
 
1279
# Description     : Invoke the underlying toolset functions to construct the 
-
 
1280
#                   rules to be run before any test runs.
-
 
1281
#
-
 
1282
# Inputs          : 
-
 
1283
#
-
 
1284
# Returns         :
-
 
1285
#
-
 
1286
sub PreprocessTests
-
 
1287
{
-
 
1288
    if ( defined &::ToolsetPreprocessTests )
-
 
1289
    {
-
 
1290
        ::ToolsetPreprocessTests( );
-
 
1291
    }
-
 
1292
 
-
 
1293
    ::MakePrint( "\n" );
-
 
1294
}
-
 
1295
 
-
 
1296
#-------------------------------------------------------------------------------
-
 
1297
# Function        : PostprocessTests
-
 
1298
#
-
 
1299
# Description     : Invoke the underlying toolset functions to construct the 
-
 
1300
#                   rules to be run after all tests run.
-
 
1301
#
-
 
1302
# Inputs          : 
-
 
1303
#
-
 
1304
# Returns         :
-
 
1305
#
-
 
1306
sub PostprocessTests
-
 
1307
{
-
 
1308
    if ( defined &::ToolsetPostprocessTests )
-
 
1309
    {
-
 
1310
        ::ToolsetPostprocessTests( );
-
 
1311
    }
-
 
1312
 
-
 
1313
    ::MakePrint( "\n" );
-
 
1314
}
-
 
1315
 
-
 
1316
#-------------------------------------------------------------------------------
-
 
1317
# Function        : CollateTestResults
-
 
1318
#
-
 
1319
# Description     : Invoke the underlying toolset functions to construct the 
-
 
1320
#                   rules to be run after all test postprocessors have completed.
-
 
1321
#
-
 
1322
# Inputs          : 
-
 
1323
#
-
 
1324
# Returns         :
-
 
1325
#
-
 
1326
sub CollateTestResults
-
 
1327
{
-
 
1328
    if ( defined &::ToolsetCollateTestResults )
-
 
1329
    {
-
 
1330
        ::ToolsetCollateTestResults( );
-
 
1331
    }
-
 
1332
 
-
 
1333
    ::MakePrint( "\n" );
-
 
1334
}
-
 
1335
 
-
 
1336
#-------------------------------------------------------------------------------
1275
#-------------------------------------------------------------------------------
1337
# Function        : PROJECT
1276
# Function        : PROJECT
1338
#
1277
#
1339
# Description     : Invoke the underlying toolset functions to construct a
1278
# Description     : Invoke the underlying toolset functions to construct a
1340
#                   project
1279
#                   project