選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
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`.