|
From: mattknox_ca <Mat...@td...> - 2007-11-28 16:21:09
|
>> 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 -- View this message in context: http://www.nabble.com/Preliminary-0.9.0-tarballs-tf4882318.html#a13995709 Sent from the quantlib-dev mailing list archive at Nabble.com. |