mesonbuild/meson

Document how to run the project tests, the unit tests, and both together

已关闭

#2,818 创建于 2017年12月22日

 (2 条评论) (0 个反应) (0 位负责人)Python (1,465 个派生)batch import
CIdocumentationgood first issuehelp wantedmeson tests

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

Must document:

  • That CI runs on Appveyor (and what platforms, with a link to https://ci.appveyor.com/project/jpakkane/meson/history) and Travis (link to https://travis-ci.org/mesonbuild/meson/builds)
  • ./run_tests.py runs all tests, including cross-tests on Ubuntu (which we need to extend to other distros)
  • ./run_project_tests.py runs project tests, what their purpose is, and the fact that right now you cannot run each individually (we should also fix that)
  • ./run_unittests.py runs unit tests, which ones run on which platform (so people know where to put new tests), how to run individual unit tests

More.

贡献者指南