diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-13 23:38:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 23:38:51 +0300 |
commit | 3372c58ca633e2bc7d5b36bcd7e0d14d12e0f82a (patch) | |
tree | e0af9977e708170d136104e4eb056b6f9f31eda0 /run_project_tests.py | |
parent | 55cf399ff8b9c15300f26dd1a46045dda7d49f98 (diff) | |
parent | f5c9bf96b370832fc1a6e50771e2c171de0cd79d (diff) | |
download | meson-3372c58ca633e2bc7d5b36bcd7e0d14d12e0f82a.zip meson-3372c58ca633e2bc7d5b36bcd7e0d14d12e0f82a.tar.gz meson-3372c58ca633e2bc7d5b36bcd7e0d14d12e0f82a.tar.bz2 |
Merge pull request #7816 from mensinda/cmCross
cmake: Cross compilation support
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 8749957..037ba42 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -1163,6 +1163,7 @@ def check_format(): '.dub', # external deps are here '.pytest_cache', 'meson-logs', 'meson-private', + 'work area', '.eggs', '_cache', # e.g. .mypy_cache 'venv', # virtualenvs have DOS line endings } |