On 5 July 2015 at 22:40, Patrice Dumas <[email protected]> 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.
