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
signature.asc
Description: PGP signature
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel