unit test

Posted by henaffp on
URL: http://quantlib.414.s1.nabble.com/unit-test-tp13490.html

Hello,

I can build and run the entire test suite
/usr/local/bin/quantlib-test-suite

I'm now trying to run a single unit test with
/usr/local/bin/quantlib-test-suite --run_test=xxx

What should xxx look like? If I take the example of the Quotetest suite (quotes.cpp), I see that
the suite is named "Quote tests"

but
/usr/local/bin/quantlib-test-suite --run_test="Quotes tests"
does not work, nor many variations on that theme.

Could anyone indicate how to do this?

Thanks in advance

Patrick Hénaff