Re: Preliminary 0.9.0 tarballs
Posted by Knox, Matt on
URL: http://quantlib.414.s1.nabble.com/Preliminary-0-9-0-tarballs-tp11440p11443.html
>> Just run 'make check'.
don't see any errors when doing this... but I'm not sure if it actually did anything. Here is the output I get...
Making check in config
make[1]: Entering directory `/home/QuantLib-0.9.0/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/QuantLib-0.9.0/config'
Making check in ql
make[1]: Entering directory `/home/QuantLib-0.9.0/ql'
Making check in cashflows
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/cashflows'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/QuantLib-0.9.0/ql/cashflows'
Making check in currencies
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/currencies'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/QuantLib-0.9.0/ql/currencies'
Making check in experimental
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/experimental'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/QuantLib-0.9.0/ql/experimental'
Making check in indexes
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/indexes'
Making check in ibor
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/indexes/ibor'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/indexes/ibor'
Making check in inflation
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/indexes/inflation'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/indexes/inflation'
Making check in swap
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/indexes/swap'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/indexes/swap'
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/indexes'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/indexes'
make[2]: Leaving directory `/home/QuantLib-0.9.0/ql/indexes'
Making check in instruments
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/instruments'
Making check in bonds
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/instruments/bonds'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/instruments/bonds'
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/instruments'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/QuantLib-0.9.0/ql/instruments'
make[2]: Leaving directory `/home/QuantLib-0.9.0/ql/instruments'
Making check in legacy
make[2]: Entering directory `/home/QuantLib-0.9.0/ql/legacy'
Making check in libormarketmodels
make[3]: Entering directory `/home/QuantLib-0.9.0/ql/legacy/libormarketmodels'
and so on...
is that what it is supposed to do? or is there something I don't have setup completely? If it isn't obvious yet, I don't really know a whole lot about make files and test suites :)
- Matt