test_tree_content.qbk 922 B

1234567891011121314151617181920
  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. [section:test_tree_content Test tree content]
  8. The test module, and hence the test tree, should have at least one test-case scheduled for execution, otherwise the __UTF__
  9. returns an error.
  10. This check is performed *after* the filtering of the tests has occurred. The sections about
  11. [link boost_test.tests_organization.enabling tests enabling/disabling], [link boost_test.tests_organization.tests_dependencies tests dependencies]
  12. and [link boost_test.runtime_config.test_unit_filtering runtime filtering]
  13. explain various methods that modify the tests that are being run.
  14. [note A [link boost_test.tests_organization.fixtures.global global fixture] is not considered as a test case.]
  15. [endsect] [/ test test_tree_content]