On Fri, Oct 30, 2015 at 10:44:17PM +0100, Georg Baum wrote: > Scott Kostyshak wrote: > > > diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx > > index 0fbf144..d02aa68 100644 > > --- a/lib/doc/Development.lyx > > +++ b/lib/doc/Development.lyx > > @@ -734,7 +734,7 @@ The tex2lyx tests can be run by the commands > > status collapsed > > > > \begin_layout Plain Layout > > -ctest > > +ctest -R tex2lyx > > Why the -R? The old version said to run ctest in the tex2lyx test directory. > This is more safe than using a regex that will also match other tests if > "tex2lyx" is part of the name (which is not unlikely, if somebody adds a > test in the future that was originally created by tex2lyx).
Good point. I misread that this command should be run in the src/tex2lyx subdirectory. Please change it back or I will do so in a couple of hours. Scott