Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 6619
Line 63... Line 63...
63
#       ROOT            - Abs Path to Root of the build
63
#       ROOT            - Abs Path to Root of the build
64
#       TARGET          - Current make target
64
#       TARGET          - Current make target
65
#       TYPE            - Built type P or D
65
#       TYPE            - Built type P or D
66
#       UTFUID          - Unique Test Identifier
66
#       UTFUID          - Unique Test Identifier
67
#       UTFNAME         - Test Name
67
#       UTFNAME         - Test Name
-
 
68
#       UTFTEST         - Recommended file root for test results
68
#       UTFRC           - Result Code from Unit Test run
69
#       UTFRC           - Result Code from Unit Test run
69
#
70
#
70
our %filterData;
71
our %filterData;
71
 
72
 
72
#-------------------------------------------------------------------------------
73
#-------------------------------------------------------------------------------
Line 218... Line 219...
218
    Error("Internal: EnvVar 'GBE_UTFNAME' not specified") unless $filterData{UTFNAME};
219
    Error("Internal: EnvVar 'GBE_UTFNAME' not specified") unless $filterData{UTFNAME};
219
 
220
 
220
    $filterData{OUTFILE} = $ENV{'GBE_UTFFILE'};
221
    $filterData{OUTFILE} = $ENV{'GBE_UTFFILE'};
221
    Error("Internal: EnvVar 'GBE_UTFFILE' not specified") unless $filterData{OUTFILE};
222
    Error("Internal: EnvVar 'GBE_UTFFILE' not specified") unless $filterData{OUTFILE};
222
 
223
 
-
 
224
    $filterData{UTFTEST} = $ENV{'GBE_UTFTEST'};
-
 
225
    Error("Internal: EnvVar 'GBE_UTFTEST' not specified") unless $filterData{UTFTEST};
-
 
226
 
223
    $filterData{IDIR} = File::Spec->rel2abs('.');
227
    $filterData{IDIR} = File::Spec->rel2abs('.');
224
 
228
 
225
    #
229
    #
226
    # The environment provides a recommended (unqiue) output file
230
    # The environment provides a recommended (unqiue) output file
227
    #   Extact the directory part and ensure that it exists
231
    #   Extact the directory part and ensure that it exists