Skip to content

Commit

Permalink
Exclude digraphs tests with OnlyNeeded (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 29, 2024
1 parent e74f59c commit 402c199
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tst/testall.g
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
# metadata in PackageInfo.g.
#
LoadPackage( "ctbllib" );
LoadPackage( "digraphs" );

LoadPackage( "typeset" );

SetInfoLevel(InfoTypeset, 0);

exclude:=[];
if not IsPackageMarkedForLoading( "digraphs", "1.5.0" ) then
Add(exclude, "latex/digraphs.tst");
fi;


# LaTeX Generation Tests
TestDirectory(DirectoriesPackageLibrary( "typeset", "tst" ),
rec(exitGAP := true));
rec(exitGAP := true, exclude := exclude));

FORCE_QUIT_GAP(1); # if we ever get here, there was an error

0 comments on commit 402c199

Please sign in to comment.