Customization ctests now failing on master
Scott Kostyshak
skostysh at lyx.org
Fri Aug 11 14:55:46 UTC 2023
On Fri, Aug 11, 2023 at 03:29:58PM +0100, José Matos wrote:
> On Fri, 2023-08-11 at 07:56 -0400, Scott Kostyshak wrote:
> > I get the following:
> >
> > export/doc/Customization_lyx22 (Failed)
> > export/doc/Customization_lyx23 (Failed)
> > export/doc/Customization_dvi (Failed)
> > export/doc/Customization_pdf (Failed)
> > DEFAULTOUTPUT_export/doc/Customization_pdf2 (Failed)
> > export/doc/Customization_pdf3 (Failed)
> >
> > Scott
>
> I was curious on how to look into these tests.
> Are those coming from https://gitlab.com/scottkosty/lyx-tester?
>
> BTW, if that is the case there is a funny typo in README:
> "a full installation of TeX Live 2013"
Ha, thanks! Fixed.
> This requirement will be hard to fill nowadays. :-D
The tests do not need lyx-tester. lyx-tester is mainly for me (although
if anyone is interested, let me know) to go from a clean install of
Ubuntu to a test environment that satisfies all of the dependencies of
all of the tests.
The tests are documented in Development.lyx.
The tests are handled by ctest, which means you need to build with
CMake. The following should do it:
cmake -DLYX_ENABLE_EXPORT_TESTS=ON . && make && ctest -R "Customization"
Alternatively, in this case you can reproduce manually by opening the
Customization manual and compiling.
Scott
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20230811/23a45db8/attachment-0001.asc>
More information about the lyx-devel
mailing list