Subversion Repositories DevTools

Rev

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

Rev 7018 Rev 7226
Line 10021... Line 10021...
10021
        push @cmdline, "-dir=$tdir";
10021
        push @cmdline, "-dir=$tdir";
10022
        push @cmdline, '-target=$(GBE_PLATFORM)';
10022
        push @cmdline, '-target=$(GBE_PLATFORM)';
10023
        push @cmdline, '-pkgdir=$(PKGDIR)';
10023
        push @cmdline, '-pkgdir=$(PKGDIR)';
10024
        push @cmdline, '-local=$(LOCALDIR)';
10024
        push @cmdline, '-local=$(LOCALDIR)';
10025
        push @cmdline, '-interface=$(INTERFACEDIR)';
10025
        push @cmdline, '-interface=$(INTERFACEDIR)';
10026
        push @cmdline, '-rcfile=utf.$${GBE_UTFUID}.rc';
10026
        push @cmdline, "-rcfile=$tdir/utf.\$\${GBE_UTFUID}.rc";
10027
        push @cmdline, map { '-arg='. $_ } @{$pEntry->{'utfargs' }};
10027
        push @cmdline, map { '-arg='. $_ } @{$pEntry->{'utfargs' }};
10028
        
10028
        
10029
        #
10029
        #
10030
        #   Insert commands to post process the test results according to the specified formatter
10030
        #   Insert commands to post process the test results according to the specified formatter
10031
        #
10031
        #