New to quantlib

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

New to quantlib

my quantlib
Hello,
I am a student, new to quantlib. I have some C++ experience, and have been learning about quantitative finance for some months now. I am trying to get quantlib installed. (I am using linux.) My question is, how do I know if the tests were succesful?  I ran make and make install, and no error seemed to appear (took half an hour to compile).  Can I run the tests manually to make sure everything is ok?

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: New to quantlib

Luigi Ballabio
On 10/27/2005 06:27:38 AM, my quantlib wrote:
> how do I know if the tests were succesful? I ran make and make  
> install, and no error seemed to appear (took half an hour to compile).

Run "make check" to run the test suite. Depending on your machine, it  
will take between 10 and 30 minutes.

Later,
        Luigi

----------------------------------------

Westheimer's Discovery:
        A couple of months in the laboratory can frequently save a
        couple of hours in the library.



Reply | Threaded
Open this post in threaded view
|

Re: New to quantlib

my quantlib
On 10/27/05, Luigi Ballabio <[hidden email]> wrote:
> Run "make check" to run the test suite. Depending on your machine, it
> will take between 10 and 30 minutes.

Thanks.  It worked fine!

Cheers