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 合併指標
 (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.

貢獻者指南