On Tue, Dec 28, 2010 at 8:19 PM, Parrot <[email protected]> wrote:
> #1908: Create new testing target: 'make test' + more
> ---------------------+------------------------------------------------------
>  Reporter:  jkeenan  |       Owner:  jkeenan
>     Type:  todo     |      Status:  assigned
>  Priority:  normal   |   Milestone:
> Component:  testing  |     Version:  2.10.0
>  Severity:  medium   |    Keywords:
>     Lang:           |       Patch:
>  Platform:           |
> ---------------------+------------------------------------------------------
>
> Comment(by jkeenan):
>
>  Replying to [comment:4 coke]:
>  {{{
>  > >  make codetest # (except not t/codingstd/perlcritic.t)
>  >
>  > Note that this test is easily skippable (see the POD for details).
>  }}}
>
>  Coke, from `make help` I see that you can run ''perlcritic'' by itself via
>  `make perlcritic` -- but I don't see a way to run all the
>  ''t/codingstd/*.t'' tests '''except''' ''perlcritic.t''.
>
>  Am I missing something?
>
>  kid51

PERLCRITIC.T(1)       User Contributed Perl Documentation      PERLCRITIC.T(1)



NAME
       t/codingstd/perlcritic.t - use perlcritic for perl coding stds.

SYNOPSIS
        # test all files
        % prove t/codingstd/perlcritic.t

        % perl t/codingstd/perlcritic.t [--theme=sometheme]

        # test specific files
        % perl t/codingstd/perlcritic.t src/foo.pl lib/parrot/bar.pm

        # Skip perlcritic when running a testing target.
        % PARROT_TEST_NO_PERLCRITIC=1 make codetest
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to