This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testing gsl


Vincent Sacksteder wrote:

>Dear gsl community:
>
> Are there test suites for gsl? I've been using it for a while but haven't
>seen them. I notice, though, that the GSL design document recommends that
>developers implement tests, and that some of the testing constructs can be
>found in the gsl source code. How do I run those tests?
>
>
>
make check runs the test after building from source distribution.


The Makefile.am holds all test - binaries in the variable TESTS . This
space searated list is passed to a loop that runs every binary and
counts the failed tests. Just look through the source for test*.c, you
will find them.

Yours, Achim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]