ae01c8387c
- section about command line argument filtering for template test cases - many typos fixes - remove reference to bjam
21 lines
922 B
Plaintext
21 lines
922 B
Plaintext
[/
|
|
/ Copyright (c) 2019 Raffi Enficiaud
|
|
/
|
|
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
/]
|
|
|
|
[section:test_tree_content Test tree content]
|
|
|
|
The test module, and hence the test tree, should have at least one test-case scheduled for execution, otherwise the __UTF__
|
|
returns an error.
|
|
|
|
This check is performed *after* the filtering of the tests has occurred. The sections about
|
|
[link boost_test.tests_organization.enabling tests enabling/disabling], [link boost_test.tests_organization.tests_dependencies tests dependencies]
|
|
and [link boost_test.runtime_config.test_unit_filtering runtime filtering]
|
|
explain various methods that modify the tests that are being run.
|
|
|
|
[note A [link boost_test.tests_organization.fixtures.global global fixture] is not considered as a test case.]
|
|
|
|
[endsect] [/ test test_tree_content]
|