############################################################################# ## #W testall.g GAP 4 package `tomlib' Thomas Breuer ## #H @(#)$Id: testall.g,v 1.1 2003/10/08 16:16:41 gap Exp $ ## #Y Copyright (C) 2002, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany ## LoadPackage( "tomlib" ); pkgdir := DirectoriesPackageLibrary( "tomlib", "tst" ); Test( Filename( pkgdir, "tomlib.tst" ) ); ############################################################################# ## #E