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