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?
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.
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.