diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-19 17:51:48 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-20 20:35:29 +0200 |
commit | 701e3932619779a57f95732d61189d47e34dcb88 (patch) | |
tree | d00b92c38729bd2afe3ee2343216deda89ec9b22 /.gitignore | |
parent | 3fc67f49515544d17f11bd0853195c96373880f2 (diff) | |
download | meson-701e3932619779a57f95732d61189d47e34dcb88.zip meson-701e3932619779a57f95732d61189d47e34dcb88.tar.gz meson-701e3932619779a57f95732d61189d47e34dcb88.tar.bz2 |
Make cross tests use same framework as regular tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ __pycache__ /meson-test-run.txt /meson-test-run.xml +/meson-cross-test-run.txt +/meson-cross-test-run.xml .DS_Store *~ |