This project contains tests from meson/test cases.
Don't forget to update muon/tests/project/meson.build with the sha1 of the new HEAD.
- Checkout the
upstream
branch of this repo. - Checkout the desired revision to sync to in the meson repo.
- Run
tools/update_tests.sh
from the muon repo:
tools/update_tests.sh -cf path/to/meson path/to/meson-tests
- Switch back to
master
in the meson-tests repo. - Rebase:
git rebase -i upstream
. - Update muon/tests/project/meson.build with the sha1 of the new HEAD.
- Force push meson-tests and push muon