Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 722 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 722 Bytes

meson-tests

This project contains tests from meson/test cases.

modifying tests

Don't forget to update muon/tests/project/meson.build with the sha1 of the new HEAD.

syncing tests with upstream

  1. Checkout the upstream branch of this repo.
  2. Checkout the desired revision to sync to in the meson repo.
  3. Run tools/update_tests.sh from the muon repo:
tools/update_tests.sh -cf path/to/meson path/to/meson-tests
  1. Switch back to master in the meson-tests repo.
  2. Rebase: git rebase -i upstream.
  3. Update muon/tests/project/meson.build with the sha1 of the new HEAD.
  4. Force push meson-tests and push muon