On Tue, Sep 25, 2018 at 07:57:52PM +0200, Hans-Bernhard Bröker wrote: > Hello everyone, > > Since roughly last week, the build of SVN texinfo fails in the tp/tests > subproject, like this: > > $ LC_ALL=C make > make: *** No rule to make target 'formatting/tests-parser.txt', needed by > '../../../texinfo/tp/tests/Makefile.onetst'. Stop. > > I believe the 2018-09-15 change to rename these file didn't fully go > through. I found that several in tp still refer to tests-parser.txt files > explicitly, although no such file is generated any more. > > It seems a slightly more thorough global > > s/test-parser\.txt/list-of-tests/g > > is needed to finish the job.
I've changed the remaining occurences although I haven't tested it. This was part of an attempt to simplify the test suite under tp/tests, mainly with the hope of reducing running time for the tests (when working on the parser, I run the tests a lot). Renaming the file was a preliminary step to make things less confusing for me.
