
31 Jul
2007
31 Jul
'07
8:15 p.m.
Peter Dimov wrote:
Vladimir Prus wrote:
Peter Dimov wrote:
The regression tests for Lambda seem up and running, but I see no Jamfile.v2 in libs/lambda/test. There is a Jamfile
I don't even see a Jamfile.
http://boost.cvs.sourceforge.net/boost/boost/libs/lambda/test/Jamfile?view=l...
You're probably looking at the RC_1_34 branch.
Ehm, so we still have V1 Jamfiles on HEAD? Weird, we probably should remove them.
How does v2 testing work? Magic? Local v2 patches not reflected in HEAD even though HEAD is being tested?
Take a look at status/Jamfile.v2:
test-suite lambda : [ run libs/lambda/test/algorithm_test.cpp test_exec_monitor ]
...
Aha. Thanks. This is evil, right? :-)
Yes. But it's up to lambda maintainers to fix ;-) - Volodya