Subversion Repositories DevTools

Rev

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

Rev 4889 Rev 4996
Line 201... Line 201...
201
 
201
 
202
        #   Insert test EnvVars
202
        #   Insert test EnvVars
203
        #       In the Java toolset these are not as useful in a Jats RunTest
203
        #       In the Java toolset these are not as useful in a Jats RunTest
204
        $me->AddDefn('export GBE_UTFNAME', 'junit4Test');
204
        $me->AddDefn('export GBE_UTFNAME', 'junit4Test');
205
        $me->AddDefn('export GBE_UTFUID', '$(MAKEFILEUID)' . '_' . '1');
205
        $me->AddDefn('export GBE_UTFUID', '$(MAKEFILEUID)' . '_' . '1');
-
 
206
        $me->AddDefn('export GBE_UTFFILE','$(UTFDIR_PKG)/$(GBE_PLATFORM)-$(GBE_TYPE)-$(GBE_UTFUID)' . '.xml');
206
 
207
 
207
        $me->SectionIfDef ('UTF_POSTPROCESS');
208
        $me->SectionIfDef ('UTF_POSTPROCESS');
208
        $me->AddRecipe  ( [
209
        $me->AddRecipe  ( [
209
                           '$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
210
                           '$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
210
                           '$(VERBOSE_OPT)',
211
                           '$(VERBOSE_OPT)',