Skip to content

Commit

Permalink
Update makedoc.g
Browse files Browse the repository at this point in the history
  • Loading branch information
stertooy authored Nov 28, 2024
1 parent 991f21c commit 21d7064
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ASSERT@TwistedConjugacy := true;
pkgName := "TwistedConjugacy";

tst := DirectoriesPackageLibrary( pkgName, "tst" )[1];
info := PackageInfo( pkgName )[1];

if (
LoadPackage( pkgName, false ) = fail or
LoadPackage( "AutoDoc", false ) = fail
Expand All @@ -10,8 +12,6 @@ if (
ForceQuitGap( 1 );
fi;

info := PackageInfo( pkgName )[1];

if IsBound( info.Extensions ) then
for ext in info.Extensions do
for pkgver in ext.needed do
Expand Down Expand Up @@ -58,6 +58,7 @@ for file in AsSortedList( DirectoryContents( tst ) ) do
Length( file ) - Length( lpkgName ) >= 6 and
ForAll( file{[1 + Length( lpkgName ) .. Length( file ) - 4]}, IsDigitChar )
) then
Info( InfoGAPDoc, 1, Concatenation( "#I Now testing file ", file, "\n" ) );
correct := correct and Test(
Filename( tst, file ),
rec( compareFunction := "uptowhitespace" )
Expand Down

0 comments on commit 21d7064

Please sign in to comment.