diff --git a/PackageInfo.g b/PackageInfo.g index b64dbd7..0b93601 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -79,9 +79,7 @@ Dependencies := rec( ExternalConditions := [ ], ), -AvailabilityTest := function() - return true; - end, +AvailabilityTest := ReturnTrue, TestFile := "tst/testall.g",