• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10The test module, and hence the test tree, should have at least one test-case scheduled for execution, otherwise the __UTF__
11returns an error.
12
13This 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]
15and [link boost_test.runtime_config.test_unit_filtering runtime filtering]
16explain 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]
21