|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-01-18 07:12:35
Hi,
when I look at
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/concept_check.html,
I see three tests.
when I look at libs/concept_check/Jamfile.v2, CVS HEAD as of today, I see 5
tests:
test-suite concept_check
: [ compile stl_concept_covering.cpp ]
[ compile concept_check_test.cpp ]
[ compile class_concept_check_test.cpp ]
[ link-fail concept_check_fail_expected.cpp ]
[ link-fail class_concept_fail_expected.cpp ]
;
It appears the "link-fail" tests are not reported. Any hints? If that helps,
the tests in question fail to compile, as opposed to fail to link, maybe
that's the problem?
- Volodya