diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-23 21:28:56 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-23 21:28:56 +0530 |
commit | 65a44f52aade93fe35a56d5686dcd03993897069 (patch) | |
tree | 7b8d6d88afa938154b62e9dda483f92eb070e599 /README.md | |
parent | fcbee35104c369fbcc539f90b435d6d768070f2d (diff) | |
download | meson-65a44f52aade93fe35a56d5686dcd03993897069.tar.gz |
README.md: Add a warning about zipapp adding tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ executable run the following command: Note that the source checkout may not be `meson` because it would clash with the generated binary name. +This will zip all files inside the source checkout into the script +which includes hundreds of tests, so you might want to temporarily +remove those before running it. + ####Running Meson requires that you have a source directory and a build directory |