Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / test_organization / test_tree_content.qbk
1 [/
2  / Copyright (c) 2019 Raffi Enficiaud
3  /
4  / Distributed under the Boost Software License, Version 1.0. (See accompanying
5  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6  /]
7
8 [section:test_tree_content Test tree content]
9
10 The test module, and hence the test tree, should have at least one test-case scheduled for execution, otherwise the __UTF__
11 returns an error.
12
13 This check is performed *after* the filtering of the tests has occurred. The sections about
14 [link boost_test.tests_organization.enabling tests enabling/disabling], [link boost_test.tests_organization.tests_dependencies tests dependencies]
15 and [link boost_test.runtime_config.test_unit_filtering runtime filtering]
16 explain various methods that modify the tests that are being run.
17
18 [note A [link boost_test.tests_organization.fixtures.global global fixture] is not considered as a test case.]
19
20 [endsect] [/ test test_tree_content]