You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
646B

  1. Error: One or more tests failed
  2. ###############################
  3. This error message is printed when a project's tests encounter a failure
  4. condition. The exact behavior of tests is determined by a project's
  5. ``test_driver``.
  6. If you see this error, it is most likely that you have an issue in the tests of
  7. your project.
  8. When a project is built with the ``build`` command, it is the default behavior
  9. for ``dds`` to compile, link, and execute all tests defined for the project.
  10. Test execution can be suppressed using the ``--no-tests`` command line option
  11. with the ``build`` subcommand.
  12. .. seealso::
  13. Refer to the page on :ref:`pkgs.apps-tests`.