Bash script for testing ALGLIB
For compilation with *nix compilers

SYNTAX: check compiler unitname [options]
    compiler    compiler name (see below)
                Windows/Bash scripts support different compilers
    unitname    unit to test, file name without extension.
                specify 'all' to test all the package.
                specify 'all_silent' for silent testing
                (only errors are reported).
                You can test everything from '/src' directory except 
                for several special units (like ap, amp, ialglib, etc.).
    options     optional string enclosed in quotes
                additional options to be passed to compiler

COMPILERS SUPPORTED:
         gcc    Original GCC under Linux
       mingw    MinGW port of GCC

EXAMPLES:
    check msvc all
    check mingw all_silent "-m32 -msse3 -mfpmath=sse"

See reference manual for more information
