From 3b870acd29e4ba9953a106b77769c10147eb069a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 24 Apr 2026 08:51:57 +0200 Subject: [PATCH] tst/testall.g: set nopdf global option for makedoc.g With AutoDoc >= 2026.03.17 this skips calls to LaTex and thus makes it run faster. --- tst/testall.g | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tst/testall.g b/tst/testall.g index 680c70c..70f56f7 100755 --- a/tst/testall.g +++ b/tst/testall.g @@ -15,7 +15,9 @@ if not UtilsLoadingComplete then fi; # Create/update the testfiles containing the manual examples. -ReadPackage( "utils", "makedoc.g" ); +# (The "nopdf" option informs AutoDoc that it can skip generating +# PDF files, which makes this much faster) +ReadPackage( "utils", "makedoc.g" : nopdf ); dir := DirectoriesPackageLibrary( "utils", "tst" ); TestDirectory(dir, rec(exitGAP := true,