2017-10-16 19:43:09 +00:00
|
|
|
#############################################################################
|
|
|
|
##
|
|
|
|
#W testall.g Testing LOOPS G. P. Nagy / P. Vojtechovsky
|
|
|
|
##
|
2017-10-30 03:54:13 +00:00
|
|
|
#H @(#)$Id: testall.g, v 3.4.0 2017/10/26 gap Exp $
|
2017-10-16 19:43:09 +00:00
|
|
|
##
|
|
|
|
#Y Copyright (C) 2004, G. P. Nagy (University of Szeged, Hungary),
|
|
|
|
#Y P. Vojtechovsky (University of Denver, USA)
|
|
|
|
##
|
|
|
|
|
|
|
|
dirs := DirectoriesPackageLibrary( "loops", "tst" );
|
2017-10-30 03:54:13 +00:00
|
|
|
Test( Filename( dirs, "core_methods.tst" ), rec( compareFunction := "uptowhitespace" ) );
|
|
|
|
Test( Filename( dirs, "nilpot.tst" ), rec( compareFunction := "uptowhitespace" ) );
|
|
|
|
Test( Filename( dirs, "iso.tst" ), rec( compareFunction := "uptowhitespace" ) );
|
|
|
|
Test( Filename( dirs, "lib.tst" ), rec( compareFunction := "uptowhitespace" ) );
|
|
|
|
Test( Filename( dirs, "bol.tst" ), rec( compareFunction := "uptowhitespace" ) );
|