
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.
but it appears to be v1 and is apparently not being used by the testers; I've added two new tests to it and they did not appear in the table.
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 ] [ run libs/lambda/test/bind_tests_simple.cpp test_exec_monitor ] [ run libs/lambda/test/bind_tests_advanced.cpp test_exec_monitor ] [ run libs/lambda/test/bind_tests_simple_f_refs.cpp test_exec_monitor ] [ run libs/lambda/test/bll_and_function.cpp test_exec_monitor ] This (declaring tests in status/Jamfile*) is not the best practice, however that's how lambda tests were declared in V1. It was carried over to V2. - Volodya