Subversion Repositories DevTools

Rev

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

Rev 4787 Rev 4889
Line 202... Line 202...
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
 
206
 
207
        $me->SectionDef ('UTF_POSTPROCESS');
207
        $me->SectionIfDef ('UTF_POSTPROCESS');
208
        $me->AddRecipe  ( [
208
        $me->AddRecipe  ( [
209
                           '$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
209
                           '$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
210
                           '$(VERBOSE_OPT)',
210
                           '$(VERBOSE_OPT)',
211
                           '-filter=ant',
211
                           '-filter=ant',
212
                           '-root=$(GBE_ROOT_ABS)',
212
                           '-root=$(GBE_ROOT_ABS)',