[latex3-commits] [latex3/l3build] main: Update content of demo `config-TU.lua` (feb15cc)

github at latex-project.org github at latex-project.org
Thu Jan 4 17:22:49 CET 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/feb15ccdbee16d8aee501c17c69567eca46ae85e

>---------------------------------------------------------------

commit feb15ccdbee16d8aee501c17c69567eca46ae85e
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Jan 5 00:02:49 2024 +0800

    Update content of demo `config-TU.lua`


>---------------------------------------------------------------

feb15ccdbee16d8aee501c17c69567eca46ae85e
 l3build.dtx | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/l3build.dtx b/l3build.dtx
index aafe2e7..e806b81 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -713,17 +713,18 @@
 %
 % For example, for the core \LaTeXe{} tests the main test files are contained
 % in a directory |testfiles|. To test font loading for \XeTeX{} and \LuaTeX{}
-% there are a second set of tests in |testfiles-TU| which use the short
-% |config-TU.lua| file shown in Listing~\vref{lst:configs}. To run both sets of
-% tests, the main |build.lua| file contains the setting
+% there are a second set of tests in |testfiles-TU| which use a short
+% |config-TU.lua| file similar to the one shown in Listing~\vref{lst:configs}.
+% To run both sets of tests, the main |build.lua| file contains the setting
 % |checkconfigs = {"build", "config-TU"}|. This will cause \pkg{l3build} to run
 % first using no additional settings (\emph{i.e.}~reading the normal
 % |build.lua| file alone), then running \emph{also} loading the settings from
 % |config-TU.lua|.
 % \begin{floating-listing}[caption={Example of using additional (or overriding) settings for configuring tests in a different subdirectory.},label={lst:configs}]
 %   -- Special config for these tests
-%   checksearch  = true
+%   stdengine    = "xetex"
 %   checkengines = {"xetex","luatex"}
+%   checksearch  = true
 %   testfiledir  = "testfiles-TU"
 % \end{floating-listing}
 %





More information about the latex3-commits mailing list.