mesonbuild/meson
Document how to run the project tests, the unit tests, and both together
Chiusa
#2818 aperta il 22 dic 2017
CIdocumentationgood first issuehelp wantedmeson tests
Metriche repository
- Star
- (4978 stelle)
- Metriche merge PR
- (Merge medio 139g 13h) (51 PR mergiate in 30 g)
Descrizione
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.pyruns all tests, including cross-tests on Ubuntu (which we need to extend to other distros)./run_project_tests.pyruns project tests, what their purpose is, and the fact that right now you cannot run each individually (we should also fix that)./run_unittests.pyruns unit tests, which ones run on which platform (so people know where to put new tests), how to run individual unit tests
More.