[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: find XSParagraph in t/test_utils.pl
From: |
Gavin Smith |
Subject: |
Re: find XSParagraph in t/test_utils.pl |
Date: |
Sun, 5 Jul 2015 22:56:34 +0100 |
On 5 July 2015 at 22:40, Patrice Dumas <address@hidden> wrote:
> Hello,
>
> I don't know if it is still relevant, but I like to run specific tests
> in t/*.t like
>
> perl -w t/80include.t
>
> or, for a single test:
>
> perl -w t/80include.t cpp_lines
>
> Now XSParagraph is not found. I think that it should be added in
> tp/t/test_utils.pl imports at the beginning of the file.
>
I'd hit against this problem myself. I was working around it with
"make check TESTS=t/80include.t", but I'll have a look at that file.