From 4af7040b61dd464e1c11b6ae1aba8148428f1b77 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Mon, 4 May 2026 11:14:30 +0200 Subject: [PATCH] Add `TestPackages` to `PackageInfo.g` --- PackageInfo.g | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PackageInfo.g b/PackageInfo.g index b269c8a..5a3120c 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -280,6 +280,14 @@ Dependencies := rec( # SuggestedOtherPackages := [], SuggestedOtherPackages := [], + # list of pairs [package name, version] as above, + # these packages will not automatically be loaded and + # the current package will be loaded if they are not available. + # this list should contain additional packages required to run + # tests and/or build the documentation of the current package + # TestPackages := [], + TestPackages := [], + # needed external conditions (programs, operating system, ...) provide # just strings as text or # pairs [text, URL] where URL provides further information